Commit 973c9872 authored by Max Kellermann's avatar Max Kellermann

Sticker*: move to sticker/

parent eef7ba48
...@@ -244,9 +244,9 @@ endif ...@@ -244,9 +244,9 @@ endif
if ENABLE_SQLITE if ENABLE_SQLITE
src_mpd_SOURCES += \ src_mpd_SOURCES += \
src/command/StickerCommands.cxx src/command/StickerCommands.hxx \ src/command/StickerCommands.cxx src/command/StickerCommands.hxx \
src/StickerDatabase.cxx src/StickerDatabase.hxx \ src/sticker/StickerDatabase.cxx src/sticker/StickerDatabase.hxx \
src/StickerPrint.cxx src/StickerPrint.hxx \ src/sticker/StickerPrint.cxx src/sticker/StickerPrint.hxx \
src/SongSticker.cxx src/SongSticker.hxx src/sticker/SongSticker.cxx src/sticker/SongSticker.hxx
endif endif
# Generic utility library # Generic utility library
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
#endif #endif
#ifdef ENABLE_SQLITE #ifdef ENABLE_SQLITE
#include "StickerDatabase.hxx" #include "sticker/StickerDatabase.hxx"
#endif #endif
#ifdef ENABLE_ARCHIVE #ifdef ENABLE_ARCHIVE
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#ifdef ENABLE_SQLITE #ifdef ENABLE_SQLITE
#include "StickerCommands.hxx" #include "StickerCommands.hxx"
#include "StickerDatabase.hxx" #include "sticker/StickerDatabase.hxx"
#endif #endif
#include <assert.h> #include <assert.h>
......
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#include "DatabasePlugin.hxx" #include "DatabasePlugin.hxx"
#include "DatabaseGlue.hxx" #include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx" #include "DatabaseSimple.hxx"
#include "SongSticker.hxx" #include "sticker/SongSticker.hxx"
#include "StickerPrint.hxx" #include "sticker/StickerPrint.hxx"
#include "StickerDatabase.hxx" #include "sticker/StickerDatabase.hxx"
#include "CommandError.hxx" #include "CommandError.hxx"
#include "protocol/Result.hxx" #include "protocol/Result.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
#include "Log.hxx" #include "Log.hxx"
#ifdef ENABLE_SQLITE #ifdef ENABLE_SQLITE
#include "StickerDatabase.hxx" #include "sticker/StickerDatabase.hxx"
#include "SongSticker.hxx" #include "sticker/SongSticker.hxx"
#endif #endif
#include <assert.h> #include <assert.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment