diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 20:29:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 20:29:24 +0100 |
commit | 3bbb5023871aaba48b6f503dd53d864f9a44c07d (patch) | |
tree | ef14110d995c212fe32a6e4814677a73ee1db9dc /src/OtherCommands.cxx | |
parent | 0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (diff) | |
download | mpd-3bbb5023871aaba48b6f503dd53d864f9a44c07d.tar.gz mpd-3bbb5023871aaba48b6f503dd53d864f9a44c07d.tar.xz mpd-3bbb5023871aaba48b6f503dd53d864f9a44c07d.zip |
*_print: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/OtherCommands.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index 8518f437f..c5aeeab2f 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 |