diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:18:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:38:44 +0100 |
commit | 9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 (patch) | |
tree | 4b58951bc81b17f16140c7f743a163bd837827bf /src/Stats.cxx | |
parent | 973c9872f930d73a8ddc98e4802b242aea9f0dba (diff) |
Database*: move to db/
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r-- | src/Stats.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index 5b979b322..940a984da 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -21,10 +21,10 @@ #include "Stats.hxx" #include "PlayerControl.hxx" #include "client/Client.hxx" -#include "DatabaseSelection.hxx" -#include "DatabaseGlue.hxx" -#include "DatabasePlugin.hxx" -#include "DatabaseSimple.hxx" +#include "db/Selection.hxx" +#include "db/DatabaseGlue.hxx" +#include "db/DatabasePlugin.hxx" +#include "db/DatabaseSimple.hxx" #include "util/Error.hxx" #include "system/Clock.hxx" #include "Log.hxx" |