diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/UpdateSong.cxx (renamed from src/update/UpdateSong.cxx) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/update/UpdateSong.cxx b/src/db/update/UpdateSong.cxx index 2db85a674..ac2d01cd2 100644 --- a/src/update/UpdateSong.cxx +++ b/src/db/update/UpdateSong.cxx @@ -24,9 +24,9 @@ #include "UpdateDatabase.hxx" #include "UpdateContainer.hxx" #include "UpdateDomain.hxx" -#include "DatabaseLock.hxx" -#include "Directory.hxx" -#include "Song.hxx" +#include "db/DatabaseLock.hxx" +#include "db/Directory.hxx" +#include "db/Song.hxx" #include "decoder/DecoderList.hxx" #include "Log.hxx" |