From 9ceb8a717ae940972904ef83722f71c3ee124715 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 22:25:17 +0100 Subject: sticker: convert to C++ --- src/AllCommands.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/AllCommands.cxx') diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx index 28e3d3eb..6026c690 100644 --- a/src/AllCommands.cxx +++ b/src/AllCommands.cxx @@ -29,7 +29,6 @@ extern "C" { #include "PlaylistCommands.hxx" #include "DatabaseCommands.hxx" #include "OutputCommands.hxx" -#include "StickerCommands.hxx" #include "MessageCommands.hxx" #include "OtherCommands.hxx" #include "permission.h" @@ -39,11 +38,12 @@ extern "C" { #include "protocol/result.h" #include "tokenizer.h" #include "client.h" +} #ifdef ENABLE_SQLITE -#include "sticker.h" +#include "StickerCommands.hxx" +#include "StickerDatabase.hxx" #endif -} #include #include -- cgit v1.2.3