aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Archive.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-26 09:17:41 +0100
committerMax Kellermann <max@duempel.org>2014-02-26 09:17:41 +0100
commit4d73e4d605a8abecff28b7e8c015d252b25954a9 (patch)
tree3b563de109eef41acf1cd3c2bd84cdee9b465f8b /src/db/update/Archive.cxx
parentd86cc5bf42bc22e1903f0d1fada5282e7ec9ac89 (diff)
downloadmpd-4d73e4d605a8abecff28b7e8c015d252b25954a9.tar.gz
mpd-4d73e4d605a8abecff28b7e8c015d252b25954a9.tar.xz
mpd-4d73e4d605a8abecff28b7e8c015d252b25954a9.zip
db/simple: create dedicated directory
Diffstat (limited to 'src/db/update/Archive.cxx')
-rw-r--r--src/db/update/Archive.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/Archive.cxx b/src/db/update/Archive.cxx
index 54f27a30e..fc8f1fcbf 100644
--- a/src/db/update/Archive.cxx
+++ b/src/db/update/Archive.cxx
@@ -21,8 +21,8 @@
#include "Walk.hxx"
#include "UpdateDomain.hxx"
#include "db/DatabaseLock.hxx"
-#include "db/Directory.hxx"
-#include "db/Song.hxx"
+#include "db/plugins/simple/Directory.hxx"
+#include "db/plugins/simple/Song.hxx"
#include "storage/StorageInterface.hxx"
#include "fs/AllocatedPath.hxx"
#include "storage/FileInfo.hxx"