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

@@ -22,13 +22,13 @@
#include "DatabaseSelection.hxx"
#include "SongFilter.hxx"
#include "PlaylistVector.hxx"
#include "SongPrint.hxx"
#include "TimePrint.hxx"
extern "C" {
#include "database.h"
#include "client.h"
#include "song.h"
#include "song_print.h"
#include "time_print.h"
#include "tag.h"
}