aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-27 22:55:57 +0200
committerMax Kellermann <max@duempel.org>2012-09-28 00:08:15 +0200
commit7298b6c84652a98140805f3d4c85c3d5263c407a (patch)
tree0f4ef9e5a62c30ec3326579acd9bcb773f6d5911 /src/PlaylistCommands.cxx
parentacec9c4fd7f2e291bea09ffff47d55adba2f838f (diff)
stored_playlist, playlist_save: use C++ compiler
Diffstat (limited to 'src/PlaylistCommands.cxx')
-rw-r--r--src/PlaylistCommands.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx
index 2789e6c4..108318c2 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"
}