*_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

@@ -20,11 +20,11 @@
#include "config.h"
#include "QueuePrint.hxx"
#include "SongFilter.hxx"
#include "SongPrint.hxx"
extern "C" {
#include "queue.h"
#include "song.h"
#include "song_print.h"
#include "client.h"
#include "mapper.h"
}