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

@@ -48,6 +48,7 @@
#include "event/Loop.hxx"
#include "IOThread.hxx"
#include "fs/Path.hxx"
#include "PlaylistRegistry.hxx"
extern "C" {
#include "daemon.h"
@@ -55,7 +56,6 @@ extern "C" {
#include "audio_config.h"
#include "pcm_resample.h"
#include "decoder_list.h"
#include "playlist_list.h"
#include "zeroconf.h"
}