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/TagSave.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 'src/TagSave.cxx')
-rw-r--r-- | src/TagSave.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagSave.cxx b/src/TagSave.cxx index 6ec562ec5..c47d778d3 100644 --- a/src/TagSave.cxx +++ b/src/TagSave.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "TagSave.hxx" #include "tag/Tag.hxx" -#include "fs/output/BufferedOutputStream.hxx" +#include "fs/io/BufferedOutputStream.hxx" #define SONG_TIME "Time: " |