diff options
Diffstat (limited to '')
-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 93970076f..88c0a0a06 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -23,12 +23,12 @@ #include "PlaylistAny.hxx" #include "PlaylistSong.hxx" #include "QueuePrint.hxx" +#include "SongPrint.hxx" extern "C" { #include "playlist_list.h" #include "playlist_plugin.h" #include "playlist.h" -#include "song_print.h" #include "song.h" #include "database.h" #include "client.h" |