diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 22:54:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 22:54:52 +0100 |
commit | ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1 (patch) | |
tree | f73f1a1d19a1600fdb0f00e57d845fd89b89ab31 /src/command | |
parent | 8d6fedf8177d0d2ced81e6d93d35c368b2ac69db (diff) |
DatabasePlugin: split header
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/StickerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StickerCommands.cxx b/src/command/StickerCommands.cxx index 1825f9157..caae870e9 100644 --- a/src/command/StickerCommands.cxx +++ b/src/command/StickerCommands.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "StickerCommands.hxx" #include "SongPrint.hxx" -#include "db/DatabasePlugin.hxx" +#include "db/Interface.hxx" #include "db/DatabaseGlue.hxx" #include "sticker/SongSticker.hxx" #include "sticker/StickerPrint.hxx" |