diff options
author | Max Kellermann <max@duempel.org> | 2013-10-19 19:35:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-19 19:35:37 +0200 |
commit | 32645b80c4c6792140e312b5b9fe9f96b48c6ec7 (patch) | |
tree | a3e229576fc0b5572f7f05d930222a3dd2b436b1 /src/QueueCommands.cxx | |
parent | ff626ac76357940b2f0ac5cb243a68ac13df0f8a (diff) | |
download | mpd-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/QueueCommands.cxx')
-rw-r--r-- | src/QueueCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QueueCommands.cxx b/src/QueueCommands.cxx index 9ab6244bb..0e2a3604c 100644 --- a/src/QueueCommands.cxx +++ b/src/QueueCommands.cxx @@ -26,7 +26,7 @@ #include "Playlist.hxx" #include "PlaylistPrint.hxx" #include "ClientFile.hxx" -#include "ClientInternal.hxx" +#include "Client.hxx" #include "Partition.hxx" #include "protocol/ArgParser.hxx" #include "protocol/Result.hxx" |