diff options
Diffstat (limited to 'src/db/update/UpdateSong.cxx')
-rw-r--r-- | src/db/update/UpdateSong.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/UpdateSong.cxx b/src/db/update/UpdateSong.cxx index 804aea952..6b24276fd 100644 --- a/src/db/update/UpdateSong.cxx +++ b/src/db/update/UpdateSong.cxx @@ -22,8 +22,8 @@ #include "UpdateIO.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 "decoder/DecoderList.hxx" #include "storage/FileInfo.hxx" #include "Log.hxx" |