Sticker*: move to sticker/
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_SQLITE
|
||||
#include "StickerDatabase.hxx"
|
||||
#include "sticker/StickerDatabase.hxx"
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_ARCHIVE
|
||||
|
@@ -37,7 +37,7 @@
|
||||
|
||||
#ifdef ENABLE_SQLITE
|
||||
#include "StickerCommands.hxx"
|
||||
#include "StickerDatabase.hxx"
|
||||
#include "sticker/StickerDatabase.hxx"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -24,9 +24,9 @@
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "DatabaseGlue.hxx"
|
||||
#include "DatabaseSimple.hxx"
|
||||
#include "SongSticker.hxx"
|
||||
#include "StickerPrint.hxx"
|
||||
#include "StickerDatabase.hxx"
|
||||
#include "sticker/SongSticker.hxx"
|
||||
#include "sticker/StickerPrint.hxx"
|
||||
#include "sticker/StickerDatabase.hxx"
|
||||
#include "CommandError.hxx"
|
||||
#include "protocol/Result.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -30,8 +30,8 @@
|
||||
#include "Log.hxx"
|
||||
|
||||
#ifdef ENABLE_SQLITE
|
||||
#include "StickerDatabase.hxx"
|
||||
#include "SongSticker.hxx"
|
||||
#include "sticker/StickerDatabase.hxx"
|
||||
#include "sticker/SongSticker.hxx"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
Reference in New Issue
Block a user