diff options
author | Max Kellermann <max@duempel.org> | 2013-10-20 13:41:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-20 13:41:04 +0200 |
commit | 5ec843dcc89737bb2ca9e428415d9a052c5a753d (patch) | |
tree | 17fea4f30c52810ece404200698f1975610f2c3b /src/ClientInternal.hxx | |
parent | a78b2d84ed7c2a82c69c56125036e70b009a87b0 (diff) | |
download | mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.tar.gz mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.tar.xz mpd-5ec843dcc89737bb2ca9e428415d9a052c5a753d.zip |
*Commands: move to src/command/
Diffstat (limited to '')
-rw-r--r-- | src/ClientInternal.hxx | 2 |
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, |