stored_playlist, playlist_save: use C++ compiler

This commit is contained in:
Max Kellermann
2012-09-27 22:55:57 +02:00
parent acec9c4fd7
commit 7298b6c846
13 changed files with 52 additions and 38 deletions

View File

@@ -19,6 +19,7 @@
#include "config.h"
#include "PlaylistPrint.hxx"
#include "PlaylistFile.h"
#include "QueuePrint.hxx"
extern "C" {
@@ -27,7 +28,6 @@ extern "C" {
#include "playlist_any.h"
#include "playlist_song.h"
#include "playlist.h"
#include "stored_playlist.h"
#include "song_print.h"
#include "song.h"
#include "database.h"