TextFile: move to fs subsystem
This commit is contained in:
parent
ad7302a032
commit
acba9c0f61
@ -200,7 +200,6 @@ src_mpd_SOURCES = \
|
||||
src/TagPrint.cxx src/TagPrint.hxx \
|
||||
src/TagSave.cxx src/TagSave.hxx \
|
||||
src/TagFile.cxx src/TagFile.hxx \
|
||||
src/TextFile.cxx src/TextFile.hxx \
|
||||
src/TextInputStream.cxx \
|
||||
src/Volume.cxx src/Volume.hxx \
|
||||
src/SongFilter.cxx src/SongFilter.hxx \
|
||||
@ -379,6 +378,7 @@ libfs_a_SOURCES = \
|
||||
src/fs/Charset.cxx src/fs/Charset.hxx \
|
||||
src/fs/Path.cxx src/fs/Path.hxx \
|
||||
src/fs/AllocatedPath.cxx src/fs/AllocatedPath.hxx \
|
||||
src/fs/TextFile.cxx src/fs/TextFile.hxx \
|
||||
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
|
||||
src/fs/DirectoryReader.hxx
|
||||
|
||||
@ -1163,8 +1163,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
|
||||
src/DatabaseLock.cxx src/DatabaseSave.cxx \
|
||||
src/Song.cxx src/SongSave.cxx src/SongSort.cxx \
|
||||
src/TagSave.cxx \
|
||||
src/SongFilter.cxx \
|
||||
src/TextFile.cxx
|
||||
src/SongFilter.cxx
|
||||
|
||||
test_run_input_LDADD = \
|
||||
$(INPUT_LIBS) \
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "DatabaseError.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "DirectorySave.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/TagSettings.h"
|
||||
#include "fs/Charset.hxx"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "Song.hxx"
|
||||
#include "SongSave.hxx"
|
||||
#include "PlaylistDatabase.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/NumberParser.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "PlaylistDatabase.hxx"
|
||||
#include "PlaylistVector.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
@ -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"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "PlaylistError.hxx"
|
||||
#include "Playlist.hxx"
|
||||
#include "QueueSave.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "PlayerControl.hxx"
|
||||
#include "ConfigGlobal.hxx"
|
||||
#include "ConfigOption.hxx"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "SongSave.hxx"
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "DatabaseGlue.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "util/StringUtil.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "DatabaseSave.hxx"
|
||||
#include "DatabaseLock.hxx"
|
||||
#include "DatabaseError.hxx"
|
||||
#include "TextFile.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "ConfigData.hxx"
|
||||
#include "fs/FileSystem.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
Loading…
Reference in New Issue
Block a user