diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/UpdateRemove.cxx (renamed from src/update/UpdateRemove.cxx) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update/UpdateRemove.cxx b/src/db/update/UpdateRemove.cxx index 30898b00b..c57758aef 100644 --- a/src/update/UpdateRemove.cxx +++ b/src/db/update/UpdateRemove.cxx @@ -23,8 +23,8 @@ #include "GlobalEvents.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" -#include "Song.hxx" -#include "LightSong.hxx" +#include "db/Song.hxx" +#include "db/LightSong.hxx" #include "Main.hxx" #include "Instance.hxx" #include "Log.hxx" |