aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistCommands.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/PlaylistCommands.cxx
parent0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (diff)
*_print: convert to C++
Diffstat (limited to 'src/PlaylistCommands.cxx')
-rw-r--r--src/PlaylistCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx
index ed2f4751..890beef7 100644
--- a/src/PlaylistCommands.cxx
+++ b/src/PlaylistCommands.cxx
@@ -25,12 +25,12 @@
#include "PlaylistSave.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistQueue.hxx"
+#include "TimePrint.hxx"
extern "C" {
#include "protocol/argparser.h"
#include "protocol/result.h"
#include "playlist.h"
-#include "time_print.h"
#include "ls.h"
#include "uri.h"
#include "client_internal.h"