diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:09:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:09:37 +0100 |
commit | 4aa6d39fd8dfbb822db2f156ba371c1a5000f35c (patch) | |
tree | 4075b83e9da4a196e0f84d8fdcbaed8177f2dce1 /src/Main.cxx | |
parent | 51adaf2c47761e3f2095a52a7037cd8458b77990 (diff) | |
download | mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.tar.gz mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.tar.xz mpd-4aa6d39fd8dfbb822db2f156ba371c1a5000f35c.zip |
archive/*: move to archive/plugins/
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index b4fc948f1..28afd12cf 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -76,7 +76,7 @@ #endif #ifdef ENABLE_ARCHIVE -#include "ArchiveList.hxx" +#include "archive/ArchiveList.hxx" #endif #ifdef HAVE_GLIB |