aboutsummaryrefslogtreecommitdiff
path: root/src/DatabasePrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 20:29:24 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 20:29:24 +0100
commit3bbb5023871aaba48b6f503dd53d864f9a44c07d (patch)
treeef14110d995c212fe32a6e4814677a73ee1db9dc /src/DatabasePrint.cxx
parent0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (diff)
*_print: convert to C++
Diffstat (limited to 'src/DatabasePrint.cxx')
-rw-r--r--src/DatabasePrint.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DatabasePrint.cxx b/src/DatabasePrint.cxx
index 980aa012..87e41be8 100644
--- a/src/DatabasePrint.cxx
+++ b/src/DatabasePrint.cxx
@@ -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"
}