diff options
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r-- | src/PlaylistPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx index 345506d5e..832f49cfd 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -19,6 +19,7 @@ #include "config.h" #include "PlaylistPrint.hxx" +#include "PlaylistFile.h" #include "QueuePrint.hxx" extern "C" { @@ -27,7 +28,6 @@ extern "C" { #include "playlist_any.h" #include "playlist_song.h" #include "playlist.h" -#include "stored_playlist.h" #include "song_print.h" #include "song.h" #include "database.h" |