From 7298b6c84652a98140805f3d4c85c3d5263c407a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 27 Sep 2012 22:55:57 +0200 Subject: stored_playlist, playlist_save: use C++ compiler --- src/PlaylistCommands.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PlaylistCommands.cxx') diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx index 2789e6c43..108318c2f 100644 --- a/src/PlaylistCommands.cxx +++ b/src/PlaylistCommands.cxx @@ -22,17 +22,17 @@ #include "DatabasePlaylist.hxx" #include "CommandError.hxx" #include "PlaylistPrint.hxx" +#include "PlaylistSave.hxx" +#include "PlaylistFile.h" extern "C" { #include "protocol/argparser.h" #include "protocol/result.h" #include "playlist.h" -#include "playlist_save.h" #include "playlist_queue.h" #include "time_print.h" #include "ls.h" #include "uri.h" -#include "stored_playlist.h" #include "client_internal.h" } -- cgit v1.2.3