diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistCommands.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx index 890beef79..5a767576a 100644 --- a/src/PlaylistCommands.cxx +++ b/src/PlaylistCommands.cxx @@ -26,14 +26,14 @@ #include "PlaylistFile.hxx" #include "PlaylistQueue.hxx" #include "TimePrint.hxx" +#include "ClientInternal.hxx" +#include "protocol/ArgParser.hxx" +#include "protocol/Result.hxx" extern "C" { -#include "protocol/argparser.h" -#include "protocol/result.h" #include "playlist.h" #include "ls.h" #include "uri.h" -#include "client_internal.h" } #include <assert.h> |