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

@@ -28,6 +28,7 @@
#include "Directory.hxx"
#include "song.h"
#include "PlaylistVector.hxx"
#include "PlaylistRegistry.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"
#include "conf.h"
@@ -35,7 +36,6 @@
extern "C" {
#include "uri.h"
#include "playlist_list.h"
}
#include <glib.h>