aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-20 13:41:04 +0200
committerMax Kellermann <max@duempel.org>2013-10-20 13:41:04 +0200
commit5ec843dcc89737bb2ca9e428415d9a052c5a753d (patch)
tree17fea4f30c52810ece404200698f1975610f2c3b /src/ClientInternal.hxx
parenta78b2d84ed7c2a82c69c56125036e70b009a87b0 (diff)
downloadmpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.tar.gz
mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.tar.xz
mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.zip
*Commands: move to src/command/
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r--src/ClientInternal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx
index e0affb045..9c70ec2e2 100644
--- a/src/ClientInternal.hxx
+++ b/src/ClientInternal.hxx
@@ -22,7 +22,7 @@
#include "check.h"
#include "Client.hxx"
-#include "CommandResult.hxx"
+#include "command/CommandResult.hxx"
enum {
CLIENT_MAX_SUBSCRIPTIONS = 16,