playlist/*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-27 17:38:09 +01:00
parent e995cd928c
commit 257a0dee75
25 changed files with 288 additions and 254 deletions

View File

@@ -24,6 +24,7 @@
#include "PlaylistSong.hxx"
#include "Playlist.hxx"
#include "PlaylistRegistry.hxx"
#include "PlaylistPlugin.hxx"
#include "QueuePrint.hxx"
#include "SongPrint.hxx"
#include "DatabaseGlue.hxx"
@@ -32,7 +33,6 @@
#include "input_stream.h"
extern "C" {
#include "playlist_plugin.h"
#include "song.h"
}