diff options
Diffstat (limited to '')
-rw-r--r-- | src/StickerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StickerCommands.cxx b/src/StickerCommands.cxx index ccf18fea6..7d23354fc 100644 --- a/src/StickerCommands.cxx +++ b/src/StickerCommands.cxx @@ -19,12 +19,12 @@ #include "config.h" #include "StickerCommands.hxx" +#include "SongPrint.hxx" extern "C" { #include "protocol/result.h" #include "sticker.h" #include "sticker_print.h" -#include "song_print.h" #include "song_sticker.h" #include "database.h" #include "db_lock.h" |