diff options
Diffstat (limited to '')
-rw-r--r-- | src/update/UpdateRemove.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update/UpdateRemove.cxx b/src/update/UpdateRemove.cxx index bed7a92ab..30898b00b 100644 --- a/src/update/UpdateRemove.cxx +++ b/src/update/UpdateRemove.cxx @@ -30,8 +30,8 @@ #include "Log.hxx" #ifdef ENABLE_SQLITE -#include "StickerDatabase.hxx" -#include "SongSticker.hxx" +#include "sticker/StickerDatabase.hxx" +#include "sticker/SongSticker.hxx" #endif #include <assert.h> |