diff options
Diffstat (limited to 'src/PlaylistCommands.cxx')
-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 d74036ec3..d6be3ff30 100644 --- a/src/PlaylistCommands.cxx +++ b/src/PlaylistCommands.cxx @@ -21,12 +21,12 @@ #include "PlaylistCommands.hxx" #include "DatabasePlaylist.hxx" #include "CommandError.h" +#include "PlaylistPrint.hxx" extern "C" { #include "protocol/argparser.h" #include "protocol/result.h" #include "playlist.h" -#include "playlist_print.h" #include "playlist_save.h" #include "playlist_queue.h" #include "time_print.h" |