database.h: rename to DatabaseSimple.hxx

This commit is contained in:
Max Kellermann
2013-01-03 00:25:15 +01:00
parent d3293b889d
commit 440ac51cf0
8 changed files with 10 additions and 10 deletions

View File

@@ -26,6 +26,7 @@
#include "PlayerThread.hxx"
#include "Mapper.hxx"
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
extern "C" {
#include "daemon.h"
@@ -35,7 +36,6 @@ extern "C" {
#include "idle.h"
#include "AllCommands.h"
#include "playlist.h"
#include "database.h"
#include "listen.h"
#include "cmdline.h"
#include "conf.h"