From 3f267b1795d68e660af9ec1678909a6102102d7d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 18:22:02 +0200 Subject: Tag, ...: move to libtag.a --- test/DumpDatabase.cxx | 2 +- test/dump_rva2.cxx | 2 +- test/read_tags.cxx | 2 +- test/run_input.cxx | 2 +- test/test_vorbis_encoder.cxx | 2 +- test/visit_archive.cxx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') 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 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 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" -- cgit v1.2.3