diff options
author | Max Kellermann <max@duempel.org> | 2014-08-07 18:35:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-07 19:38:25 +0200 |
commit | aafff8fd5c60476702466ba06281236222455167 (patch) | |
tree | 63aa212567b2b3d40ec5f43ea8c10af080b15de2 /src/StateFile.cxx | |
parent | 5ac2a699407a3e11344d0c024dbb774ec85eca15 (diff) | |
download | mpd-aafff8fd5c60476702466ba06281236222455167.tar.gz mpd-aafff8fd5c60476702466ba06281236222455167.tar.xz mpd-aafff8fd5c60476702466ba06281236222455167.zip |
fs/output, fs/TextFile: move to fs/io/
Diffstat (limited to '')
-rw-r--r-- | src/StateFile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index e8df1ec0a..408b19426 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -21,9 +21,9 @@ #include "StateFile.hxx" #include "output/OutputState.hxx" #include "queue/PlaylistState.hxx" -#include "fs/TextFile.hxx" -#include "fs/output/FileOutputStream.hxx" -#include "fs/output/BufferedOutputStream.hxx" +#include "fs/io/TextFile.hxx" +#include "fs/io/FileOutputStream.hxx" +#include "fs/io/BufferedOutputStream.hxx" #include "Partition.hxx" #include "Instance.hxx" #include "mixer/Volume.hxx" |