aboutsummaryrefslogtreecommitdiff
path: root/src/OtherCommands.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/OtherCommands.cxx
parent0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (diff)
*_print: convert to C++
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r--src/OtherCommands.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx
index 8518f437..c5aeeab2 100644
--- a/src/OtherCommands.cxx
+++ b/src/OtherCommands.cxx
@@ -24,11 +24,13 @@
#include "UpdateGlue.hxx"
#include "directory.h"
#include "song.h"
+#include "SongPrint.hxx"
+#include "TagPrint.hxx"
+#include "TimePrint.hxx"
extern "C" {
#include "protocol/argparser.h"
#include "protocol/result.h"
-#include "time_print.h"
#include "ls.h"
#include "uri.h"
#include "decoder_print.h"
@@ -43,10 +45,8 @@ extern "C" {
#include "client.h"
#include "client_idle.h"
#include "client_file.h"
-#include "tag_print.h"
#include "idle.h"
#include "mapper.h"
-#include "song_print.h"
}
#ifdef ENABLE_SQLITE