diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 18:22:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 18:26:56 +0200 |
commit | 3f267b1795d68e660af9ec1678909a6102102d7d (patch) | |
tree | df4269532c85eab2f74fa31a1b1b400e32113dbd /test | |
parent | 7a4c9f5f4c38b568a51ec13988f5fcfbbe278afa (diff) |
Tag, ...: move to libtag.a
Diffstat (limited to 'test')
-rw-r--r-- | test/DumpDatabase.cxx | 2 | ||||
-rw-r--r-- | test/dump_rva2.cxx | 2 | ||||
-rw-r--r-- | test/read_tags.cxx | 2 | ||||
-rw-r--r-- | test/run_input.cxx | 2 | ||||
-rw-r--r-- | test/test_vorbis_encoder.cxx | 2 | ||||
-rw-r--r-- | test/visit_archive.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 03ea37ee6..3544826f2 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -26,7 +26,7 @@ #include "PlaylistVector.hxx" #include "ConfigGlobal.hxx" #include "ConfigData.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx index 711786869..068faf252 100644 --- a/test/dump_rva2.cxx +++ b/test/dump_rva2.cxx @@ -18,11 +18,11 @@ */ #include "config.h" +#include "tag/Tag.hxx" #include "tag/TagId3.hxx" #include "tag/TagRva2.hxx" #include "replay_gain_info.h" #include "ConfigGlobal.hxx" -#include "Tag.hxx" #include "util/Error.hxx" #include <id3tag.h> diff --git a/test/read_tags.cxx b/test/read_tags.cxx index dc7a6df65..de100134b 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -24,7 +24,7 @@ #include "InputInit.hxx" #include "InputStream.hxx" #include "AudioFormat.hxx" -#include "TagHandler.hxx" +#include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" #include "util/Error.hxx" diff --git a/test/run_input.cxx b/test/run_input.cxx index 9f44276f3..79b57536a 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "TagSave.hxx" #include "stdbin.h" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "ConfigGlobal.hxx" #include "InputStream.hxx" #include "InputInit.hxx" diff --git a/test/test_vorbis_encoder.cxx b/test/test_vorbis_encoder.cxx index 676237ccb..1d95f6deb 100644 --- a/test/test_vorbis_encoder.cxx +++ b/test/test_vorbis_encoder.cxx @@ -23,7 +23,7 @@ #include "AudioFormat.hxx" #include "ConfigData.hxx" #include "stdbin.h" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "util/Error.hxx" #include <stddef.h> diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx index 68dfd1988..6e66c4696 100644 --- a/test/visit_archive.cxx +++ b/test/visit_archive.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "stdbin.h" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "ConfigGlobal.hxx" #include "IOThread.hxx" #include "InputInit.hxx" |