From 32645b80c4c6792140e312b5b9fe9f96b48c6ec7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 19:35:37 +0200 Subject: ClientInternal: move class Client to Client.hxx Publish the Client API, preparing to move more code into the Client class. --- src/QueueCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/QueueCommands.cxx') 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" -- cgit v1.2.3