diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx index ed2f47519..890beef79 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" |