TextFile: move to fs subsystem

This commit is contained in:
Denis Krjuchkov
2013-12-07 03:22:58 +06:00
parent ad7302a032
commit acba9c0f61
12 changed files with 11 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
#include "SongSave.hxx"
#include "Song.hxx"
#include "TagSave.hxx"
#include "TextFile.hxx"
#include "fs/TextFile.hxx"
#include "tag/Tag.hxx"
#include "tag/TagBuilder.hxx"
#include "util/StringUtil.hxx"