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

@@ -21,7 +21,6 @@
extern "C" {
#include "stats.h"
#include "database.h"
#include "client.h"
#include "player_control.h"
#include "client_internal.h"
@@ -30,6 +29,7 @@ extern "C" {
#include "DatabaseSelection.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"
#include "DatabaseSimple.hxx"
struct stats stats;