aboutsummaryrefslogtreecommitdiff
path: root/src/StickerCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 00:25:15 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 01:06:11 +0100
commit440ac51cf0250904813dfc9398ca8c9e6467328f (patch)
tree750ec9c28c92bc15161a25f8edb2cec73becf493 /src/StickerCommands.cxx
parentd3293b889d20433adede6a248582ce778e1c87b8 (diff)
database.h: rename to DatabaseSimple.hxx
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 a4f83a58..dfb92df3 100644
--- a/src/StickerCommands.cxx
+++ b/src/StickerCommands.cxx
@@ -23,6 +23,7 @@
#include "DatabaseLock.hxx"
#include "DatabasePlugin.hxx"
#include "DatabaseGlue.hxx"
+#include "DatabaseSimple.hxx"
#include "SongSticker.hxx"
#include "StickerPrint.hxx"
#include "StickerDatabase.hxx"
@@ -30,7 +31,6 @@
extern "C" {
#include "protocol/result.h"
-#include "database.h"
}
#include <string.h>