aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.cxx
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 /src/CommandLine.cxx
parent51adaf2c47761e3f2095a52a7037cd8458b77990 (diff)
downloadmpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.tar.gz
mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.tar.xz
mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.zip
archive/*: move to archive/plugins/
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 2b8f18a2c..399ecb393 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -48,8 +48,8 @@
#endif
#ifdef ENABLE_ARCHIVE
-#include "ArchiveList.hxx"
-#include "ArchivePlugin.hxx"
+#include "archive/ArchiveList.hxx"
+#include "archive/ArchivePlugin.hxx"
#endif
#include <stdio.h>