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

@@ -24,6 +24,7 @@
#include "UpdateSong.hxx"
#include "UpdateArchive.hxx"
#include "DatabaseLock.hxx"
#include "DatabaseSimple.hxx"
#include "Directory.hxx"
#include "song.h"
#include "PlaylistVector.hxx"
@@ -31,7 +32,6 @@
extern "C" {
#include "exclude.h"
#include "database.h"
#include "uri.h"
#include "path.h"
#include "playlist_list.h"