aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/MessageCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:26:53 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:26:53 +0100
commite199c33c6e9eb2f1aa588073f49f44de274985d5 (patch)
treed291a074e01cee077d34c69ce6f0111e77740c38 /src/command/MessageCommands.cxx
parent08296cd66d0ef4729767d97420fab96278a9af17 (diff)
downloadmpd-e199c33c6e9eb2f1aa588073f49f44de274985d5.tar.gz
mpd-e199c33c6e9eb2f1aa588073f49f44de274985d5.tar.xz
mpd-e199c33c6e9eb2f1aa588073f49f44de274985d5.zip
Client*: move to client/
Diffstat (limited to 'src/command/MessageCommands.cxx')
-rw-r--r--src/command/MessageCommands.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/MessageCommands.cxx b/src/command/MessageCommands.cxx
index cb3c9d306..b04e72c07 100644
--- a/src/command/MessageCommands.cxx
+++ b/src/command/MessageCommands.cxx
@@ -19,8 +19,8 @@
#include "config.h"
#include "MessageCommands.hxx"
-#include "Client.hxx"
-#include "ClientList.hxx"
+#include "client/Client.hxx"
+#include "client/ClientList.hxx"
#include "Instance.hxx"
#include "Main.hxx"
#include "protocol/Result.hxx"