aboutsummaryrefslogtreecommitdiff
path: root/src/StickerCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 20:29:24 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 20:29:24 +0100
commit3bbb5023871aaba48b6f503dd53d864f9a44c07d (patch)
treeef14110d995c212fe32a6e4814677a73ee1db9dc /src/StickerCommands.cxx
parent0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (diff)
*_print: convert to C++
Diffstat (limited to 'src/StickerCommands.cxx')
-rw-r--r--src/StickerCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StickerCommands.cxx b/src/StickerCommands.cxx
index ccf18fea..7d23354f 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"