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

@@ -19,12 +19,12 @@
#include "config.h"
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
#include "DatabaseRegistry.hxx"
#include "DatabaseSave.hxx"
#include "Directory.hxx"
extern "C" {
#include "database.h"
#include "db_error.h"
#include "stats.h"
#include "conf.h"