diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 00:25:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 01:06:11 +0100 |
commit | 440ac51cf0250904813dfc9398ca8c9e6467328f (patch) | |
tree | 750ec9c28c92bc15161a25f8edb2cec73becf493 /src/Stats.cxx | |
parent | d3293b889d20433adede6a248582ce778e1c87b8 (diff) |
database.h: rename to DatabaseSimple.hxx
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r-- | src/Stats.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index d08074a8c..81d083d8c 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -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; |