aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:09:37 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:09:37 +0100
commit4aa6d39fd8dfbb822db2f156ba371c1a5000f35c (patch)
tree4075b83e9da4a196e0f84d8fdcbaed8177f2dce1 /test
parent51adaf2c47761e3f2095a52a7037cd8458b77990 (diff)
downloadmpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.tar.gz
mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.tar.xz
mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.zip
archive/*: move to archive/plugins/
Diffstat (limited to 'test')
-rw-r--r--test/dump_text_file.cxx2
-rw-r--r--test/run_input.cxx2
-rw-r--r--test/test_archive.cxx2
-rw-r--r--test/visit_archive.cxx8
4 files changed, 7 insertions, 7 deletions
diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx
index 37bd63a04..581bb8829 100644
--- a/test/dump_text_file.cxx
+++ b/test/dump_text_file.cxx
@@ -29,7 +29,7 @@
#include "Log.hxx"
#ifdef ENABLE_ARCHIVE
-#include "ArchiveList.hxx"
+#include "archive/ArchiveList.hxx"
#endif
#include <glib.h>
diff --git a/test/run_input.cxx b/test/run_input.cxx
index 5f16e5a88..2587a80b0 100644
--- a/test/run_input.cxx
+++ b/test/run_input.cxx
@@ -30,7 +30,7 @@
#include "Log.hxx"
#ifdef ENABLE_ARCHIVE
-#include "ArchiveList.hxx"
+#include "archive/ArchiveList.hxx"
#endif
#ifdef HAVE_GLIB
diff --git a/test/test_archive.cxx b/test/test_archive.cxx
index dbb41fe42..353699574 100644
--- a/test/test_archive.cxx
+++ b/test/test_archive.cxx
@@ -1,5 +1,5 @@
#include "config.h"
-#include "ArchiveLookup.hxx"
+#include "archive/ArchiveLookup.hxx"
#include "Compiler.h"
#include <cppunit/TestFixture.h>
diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx
index f78be4564..001b9067b 100644
--- a/test/visit_archive.cxx
+++ b/test/visit_archive.cxx
@@ -23,10 +23,10 @@
#include "ConfigGlobal.hxx"
#include "IOThread.hxx"
#include "InputInit.hxx"
-#include "ArchiveList.hxx"
-#include "ArchivePlugin.hxx"
-#include "ArchiveFile.hxx"
-#include "ArchiveVisitor.hxx"
+#include "archive/ArchiveList.hxx"
+#include "archive/ArchivePlugin.hxx"
+#include "archive/ArchiveFile.hxx"
+#include "archive/ArchiveVisitor.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"