Database*: move to db/
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "CommandError.hxx"
|
||||
#include "DatabaseError.hxx"
|
||||
#include "db/DatabaseError.hxx"
|
||||
#include "protocol/Result.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "Log.hxx"
|
||||
|
@@ -19,10 +19,10 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "DatabaseCommands.hxx"
|
||||
#include "DatabaseQueue.hxx"
|
||||
#include "DatabasePlaylist.hxx"
|
||||
#include "DatabasePrint.hxx"
|
||||
#include "DatabaseSelection.hxx"
|
||||
#include "db/DatabaseQueue.hxx"
|
||||
#include "db/DatabasePlaylist.hxx"
|
||||
#include "db/DatabasePrint.hxx"
|
||||
#include "db/Selection.hxx"
|
||||
#include "CommandError.hxx"
|
||||
#include "client/Client.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
|
@@ -20,9 +20,9 @@
|
||||
#include "config.h"
|
||||
#include "OtherCommands.hxx"
|
||||
#include "DatabaseCommands.hxx"
|
||||
#include "db/update/UpdateGlue.hxx"
|
||||
#include "CommandError.hxx"
|
||||
#include "update/UpdateGlue.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "db/Directory.hxx"
|
||||
#include "DetachedSong.hxx"
|
||||
#include "SongPrint.hxx"
|
||||
#include "TagPrint.hxx"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "CommandError.hxx"
|
||||
#include "Playlist.hxx"
|
||||
#include "PlaylistPrint.hxx"
|
||||
#include "update/UpdateGlue.hxx"
|
||||
#include "db/update/UpdateGlue.hxx"
|
||||
#include "client/Client.hxx"
|
||||
#include "Volume.hxx"
|
||||
#include "output/OutputAll.hxx"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "PlaylistCommands.hxx"
|
||||
#include "DatabasePlaylist.hxx"
|
||||
#include "db/DatabasePlaylist.hxx"
|
||||
#include "CommandError.hxx"
|
||||
#include "PlaylistPrint.hxx"
|
||||
#include "PlaylistSave.hxx"
|
||||
|
@@ -20,9 +20,9 @@
|
||||
#include "config.h"
|
||||
#include "QueueCommands.hxx"
|
||||
#include "CommandError.hxx"
|
||||
#include "DatabaseQueue.hxx"
|
||||
#include "db/DatabaseQueue.hxx"
|
||||
#include "SongFilter.hxx"
|
||||
#include "DatabaseSelection.hxx"
|
||||
#include "db/Selection.hxx"
|
||||
#include "Playlist.hxx"
|
||||
#include "PlaylistPrint.hxx"
|
||||
#include "client/ClientFile.hxx"
|
||||
|
@@ -20,10 +20,10 @@
|
||||
#include "config.h"
|
||||
#include "StickerCommands.hxx"
|
||||
#include "SongPrint.hxx"
|
||||
#include "DatabaseLock.hxx"
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "DatabaseGlue.hxx"
|
||||
#include "DatabaseSimple.hxx"
|
||||
#include "db/DatabaseLock.hxx"
|
||||
#include "db/DatabasePlugin.hxx"
|
||||
#include "db/DatabaseGlue.hxx"
|
||||
#include "db/DatabaseSimple.hxx"
|
||||
#include "sticker/SongSticker.hxx"
|
||||
#include "sticker/StickerPrint.hxx"
|
||||
#include "sticker/StickerDatabase.hxx"
|
||||
|
Reference in New Issue
Block a user