aboutsummaryrefslogtreecommitdiffstats
path: root/src/Client.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/Client.hxx
parenta78b2d84ed7c2a82c69c56125036e70b009a87b0 (diff)
downloadmpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.tar.gz
mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.tar.xz
mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.zip
*Commands: move to src/command/
Diffstat (limited to 'src/Client.hxx')
-rw-r--r--src/Client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client.hxx b/src/Client.hxx
index cbb0cbafc..586c1f264 100644
--- a/src/Client.hxx
+++ b/src/Client.hxx
@@ -22,7 +22,7 @@
#include "check.h"
#include "ClientMessage.hxx"
-#include "CommandListBuilder.hxx"
+#include "command/CommandListBuilder.hxx"
#include "event/FullyBufferedSocket.hxx"
#include "event/TimeoutMonitor.hxx"
#include "Compiler.h"