Database*: move to db/
This commit is contained in:
Makefile.am
src
CommandLine.cxxDetachedSong.cxxInstance.hxxMain.cxxMapper.cxxPlaylistEdit.cxxPlaylistFile.cxxPlaylistPrint.cxxPlaylistUpdate.cxxPlaylistVector.cxxSongFilter.cxxSongPrint.cxxSongSave.cxxSongUpdate.cxxStats.cxx
command
CommandError.cxxDatabaseCommands.cxxOtherCommands.cxxPlayerCommands.cxxPlaylistCommands.cxxQueueCommands.cxxStickerCommands.cxx
db
DatabaseError.cxxDatabaseError.hxxDatabaseGlue.cxxDatabaseGlue.hxxDatabaseListener.hxxDatabaseLock.cxxDatabaseLock.hxxDatabasePlaylist.cxxDatabasePlaylist.hxxDatabasePlugin.hxxDatabasePrint.cxxDatabasePrint.hxxDatabaseQueue.cxxDatabaseQueue.hxxDatabaseSave.cxxDatabaseSave.hxxDatabaseSimple.hxxDatabaseSong.cxxDatabaseSong.hxxDirectory.cxxDirectory.hxxDirectorySave.cxxDirectorySave.hxxHelpers.cxxHelpers.hxxLightDirectory.hxxLightSong.cxxLightSong.hxxRegistry.cxxRegistry.hxxSelection.cxxSelection.hxxSong.cxxSong.hxxSongSort.cxxSongSort.hxxVisitor.hxx
plugins
LazyDatabase.cxxLazyDatabase.hxxProxyDatabasePlugin.cxxProxyDatabasePlugin.hxxSimpleDatabasePlugin.cxxSimpleDatabasePlugin.hxxUpnpDatabasePlugin.cxxUpnpDatabasePlugin.hxx
upnp
update
InotifyDomain.cxxInotifyDomain.hxxInotifyQueue.cxxInotifyQueue.hxxInotifySource.cxxInotifySource.hxxInotifyUpdate.cxxInotifyUpdate.hxxUpdateArchive.cxxUpdateArchive.hxxUpdateContainer.cxxUpdateContainer.hxxUpdateDatabase.cxxUpdateDatabase.hxxUpdateDomain.cxxUpdateDomain.hxxUpdateGlue.cxxUpdateGlue.hxxUpdateIO.cxxUpdateIO.hxxUpdateInternal.hxxUpdateQueue.cxxUpdateQueue.hxxUpdateRemove.cxxUpdateRemove.hxxUpdateSong.cxxUpdateSong.hxxUpdateWalk.cxxUpdateWalk.hxx
playlist
queue
sticker
test
@ -18,12 +18,12 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "DatabaseRegistry.hxx"
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "DatabaseSelection.hxx"
|
||||
#include "DatabaseListener.hxx"
|
||||
#include "LightDirectory.hxx"
|
||||
#include "LightSong.hxx"
|
||||
#include "db/Registry.hxx"
|
||||
#include "db/DatabasePlugin.hxx"
|
||||
#include "db/Selection.hxx"
|
||||
#include "db/DatabaseListener.hxx"
|
||||
#include "db/LightDirectory.hxx"
|
||||
#include "db/LightSong.hxx"
|
||||
#include "PlaylistVector.hxx"
|
||||
#include "config/ConfigGlobal.hxx"
|
||||
#include "config/ConfigData.hxx"
|
||||
|
Reference in New Issue
Block a user