diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistCommands.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistCommands.cxx b/src/PlaylistCommands.cxx index 2789e6c43..108318c2f 100644 --- a/src/PlaylistCommands.cxx +++ b/src/PlaylistCommands.cxx @@ -22,17 +22,17 @@ #include "DatabasePlaylist.hxx" #include "CommandError.hxx" #include "PlaylistPrint.hxx" +#include "PlaylistSave.hxx" +#include "PlaylistFile.h" extern "C" { #include "protocol/argparser.h" #include "protocol/result.h" #include "playlist.h" -#include "playlist_save.h" #include "playlist_queue.h" #include "time_print.h" #include "ls.h" #include "uri.h" -#include "stored_playlist.h" #include "client_internal.h" } |