aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update/Editor.cxx')
-rw-r--r--src/db/update/Editor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/Editor.cxx b/src/db/update/Editor.cxx
index c8f58931f..c3c1a23d6 100644
--- a/src/db/update/Editor.cxx
+++ b/src/db/update/Editor.cxx
@@ -21,9 +21,9 @@
#include "Editor.hxx"
#include "Remove.hxx"
#include "db/PlaylistVector.hxx"
-#include "db/Directory.hxx"
-#include "db/Song.hxx"
#include "db/DatabaseLock.hxx"
+#include "db/plugins/simple/Directory.hxx"
+#include "db/plugins/simple/Song.hxx"
#include <assert.h>
#include <stddef.h>