aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/update/UpdateDatabase.cxx2
-rw-r--r--src/db/update/UpdateWalk.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/UpdateDatabase.cxx b/src/db/update/UpdateDatabase.cxx
index 8ef0b6d82..72a68de14 100644
--- a/src/db/update/UpdateDatabase.cxx
+++ b/src/db/update/UpdateDatabase.cxx
@@ -20,7 +20,7 @@
#include "config.h" /* must be first for large file support */
#include "UpdateDatabase.hxx"
#include "UpdateRemove.hxx"
-#include "PlaylistVector.hxx"
+#include "db/PlaylistVector.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
#include "db/DatabaseLock.hxx"
diff --git a/src/db/update/UpdateWalk.cxx b/src/db/update/UpdateWalk.cxx
index c5a9936e9..75924a7f7 100644
--- a/src/db/update/UpdateWalk.cxx
+++ b/src/db/update/UpdateWalk.cxx
@@ -28,7 +28,7 @@
#include "db/DatabaseSimple.hxx"
#include "db/Directory.hxx"
#include "db/Song.hxx"
-#include "PlaylistVector.hxx"
+#include "db/PlaylistVector.hxx"
#include "playlist/PlaylistRegistry.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"