playlist/*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-26 01:04:02 +01:00
parent ba49f20f68
commit 86b0adc82c
17 changed files with 83 additions and 64 deletions

View File

@@ -23,6 +23,7 @@
#include "PlaylistAny.hxx"
#include "PlaylistSong.hxx"
#include "Playlist.hxx"
#include "PlaylistRegistry.hxx"
#include "QueuePrint.hxx"
#include "SongPrint.hxx"
#include "DatabaseGlue.hxx"
@@ -31,7 +32,6 @@
#include "input_stream.h"
extern "C" {
#include "playlist_list.h"
#include "playlist_plugin.h"
#include "song.h"
}