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/PlaylistFile.cxx | |
parent | ad7302a032847636d6462946a662f441bdfaaf56 (diff) |
TextFile: move to fs subsystem
Diffstat (limited to 'src/PlaylistFile.cxx')
-rw-r--r-- | src/PlaylistFile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index c3209db0a..3f9845166 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -26,7 +26,7 @@ #include "DatabaseGlue.hxx" #include "Song.hxx" #include "Mapper.hxx" -#include "TextFile.hxx" +#include "fs/TextFile.hxx" #include "ConfigGlobal.hxx" #include "ConfigOption.hxx" #include "ConfigDefaults.hxx" |