*_print: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 20:29:24 +01:00
parent 0023dffd0b
commit 3bbb502387
13 changed files with 39 additions and 33 deletions

View File

@@ -23,12 +23,12 @@
#include "PlaylistAny.hxx"
#include "PlaylistSong.hxx"
#include "QueuePrint.hxx"
#include "SongPrint.hxx"
extern "C" {
#include "playlist_list.h"
#include "playlist_plugin.h"
#include "playlist.h"
#include "song_print.h"
#include "song.h"
#include "database.h"
#include "client.h"