diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-12-07 03:22:58 +0600 |
---|---|---|
committer | Denis Krjuchkov <denis@crazydev.net> | 2013-12-08 04:15:27 +0600 |
commit | acba9c0f6170b34e2a1c08b2b767554bc65cb5b4 (patch) | |
tree | d777229b12d3501d5f059bac0f98224efe675036 /src/StateFile.cxx | |
parent | ad7302a032847636d6462946a662f441bdfaaf56 (diff) | |
download | mpd-acba9c0f6170b34e2a1c08b2b767554bc65cb5b4.tar.gz mpd-acba9c0f6170b34e2a1c08b2b767554bc65cb5b4.tar.xz mpd-acba9c0f6170b34e2a1c08b2b767554bc65cb5b4.zip |
TextFile: move to fs subsystem
Diffstat (limited to '')
-rw-r--r-- | src/StateFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index e2e72c8ce..7ca8b8946 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -21,7 +21,7 @@ #include "StateFile.hxx" #include "OutputState.hxx" #include "PlaylistState.hxx" -#include "TextFile.hxx" +#include "fs/TextFile.hxx" #include "Partition.hxx" #include "Volume.hxx" |