aboutsummaryrefslogtreecommitdiff
path: root/src/StickerDatabase.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 08:36:52 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 13:01:38 +0100
commite86e77ad67f883111d50f0886204ad96c8d0f90b (patch)
treed3a6dfa79c2b3326020a4fcd9f3f335ba06ec280 /src/StickerDatabase.cxx
parent3c4bb9ff4ed60297af0e63befabf37b50b9fe745 (diff)
idle: convert to C++
Diffstat (limited to 'src/StickerDatabase.cxx')
-rw-r--r--src/StickerDatabase.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/StickerDatabase.cxx b/src/StickerDatabase.cxx
index 3d6e212d..2d77e4b6 100644
--- a/src/StickerDatabase.cxx
+++ b/src/StickerDatabase.cxx
@@ -19,10 +19,7 @@
#include "config.h"
#include "StickerDatabase.hxx"
-
-extern "C" {
-#include "idle.h"
-}
+#include "Idle.hxx"
#include <string>
#include <map>