Stats: rename stats.h to Stats.hxx

This commit is contained in:
Max Kellermann
2013-10-02 12:14:07 +02:00
parent 060814daa8
commit ec883e1901
7 changed files with 10 additions and 29 deletions

View File

@@ -26,11 +26,7 @@
#include "Directory.hxx"
#include "util/Error.hxx"
#include "ConfigData.hxx"
extern "C" {
#include "stats.h"
}
#include "Stats.hxx"
#include "DatabasePlugin.hxx"
#include "db/SimpleDatabasePlugin.hxx"
@@ -43,6 +39,7 @@ extern "C" {
#include <string.h>
#include <errno.h>
static Database *db;
static bool db_is_open;
static bool is_simple;