From 05c91082e3de0b0078c26ddb9da68fd00da8c90e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 20:50:00 +0100 Subject: playlist: convert to C++ --- 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 8a13075a..af3ad60c 100644 --- a/src/QueueCommands.cxx +++ b/src/QueueCommands.cxx @@ -22,6 +22,7 @@ #include "CommandError.hxx" #include "DatabaseQueue.hxx" #include "SongFilter.hxx" +#include "Playlist.hxx" #include "PlaylistPrint.hxx" #include "ClientFile.hxx" #include "ClientInternal.hxx" @@ -30,7 +31,6 @@ #include "ls.hxx" extern "C" { -#include "playlist.h" #include "uri.h" } -- cgit v1.2.3