From 3bbb5023871aaba48b6f503dd53d864f9a44c07d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 20:29:24 +0100 Subject: *_print: convert to C++ --- src/OtherCommands.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/OtherCommands.cxx') 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 -- cgit v1.2.3