aboutsummaryrefslogtreecommitdiffstats
path: root/src/Stats.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 22:54:52 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 22:54:52 +0100
commitae594ad92c1a6dc4aee3e83fa4ab94075b0170c1 (patch)
treef73f1a1d19a1600fdb0f00e57d845fd89b89ab31 /src/Stats.cxx
parent8d6fedf8177d0d2ced81e6d93d35c368b2ac69db (diff)
downloadmpd-ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1.tar.gz
mpd-ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1.tar.xz
mpd-ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1.zip
DatabasePlugin: split header
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r--src/Stats.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx
index c5fcc69e2..8fc626ecb 100644
--- a/src/Stats.cxx
+++ b/src/Stats.cxx
@@ -24,7 +24,8 @@
#include "Partition.hxx"
#include "Instance.hxx"
#include "db/Selection.hxx"
-#include "db/DatabasePlugin.hxx"
+#include "db/Interface.hxx"
+#include "db/Stats.hxx"
#include "util/Error.hxx"
#include "system/Clock.hxx"
#include "Log.hxx"