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/Main.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 0d8f66d7..d0f88c23 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -63,16 +63,14 @@ extern "C" { #include "InotifyUpdate.hxx" #endif -extern "C" { - #ifdef ENABLE_SQLITE -#include "sticker.h" +#include "StickerDatabase.hxx" #endif +extern "C" { #ifdef ENABLE_ARCHIVE #include "archive_list.h" #endif - } #include -- cgit v1.2.3