aboutsummaryrefslogtreecommitdiffstats
path: root/src/Stats.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-19 19:35:37 +0200
committerMax Kellermann <max@duempel.org>2013-10-19 19:35:37 +0200
commit32645b80c4c6792140e312b5b9fe9f96b48c6ec7 (patch)
treea3e229576fc0b5572f7f05d930222a3dd2b436b1 /src/Stats.cxx
parentff626ac76357940b2f0ac5cb243a68ac13df0f8a (diff)
downloadmpd-32645b80c4c6792140e312b5b9fe9f96b48c6ec7.tar.gz
mpd-32645b80c4c6792140e312b5b9fe9f96b48c6ec7.tar.xz
mpd-32645b80c4c6792140e312b5b9fe9f96b48c6ec7.zip
ClientInternal: move class Client to Client.hxx
Publish the Client API, preparing to move more code into the Client class.
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r--src/Stats.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx
index 4c488e85e..88f76928f 100644
--- a/src/Stats.cxx
+++ b/src/Stats.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "Stats.hxx"
#include "PlayerControl.hxx"
-#include "ClientInternal.hxx"
+#include "Client.hxx"
#include "DatabaseSelection.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"