diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 0d8f66d7e..d0f88c23e 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 <glib.h> |