diff options
author | Max Kellermann <max@duempel.org> | 2013-01-02 20:29:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-02 20:29:24 +0100 |
commit | 3bbb5023871aaba48b6f503dd53d864f9a44c07d (patch) | |
tree | ef14110d995c212fe32a6e4814677a73ee1db9dc /src/PlaylistPrint.cxx | |
parent | 0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (diff) |
*_print: convert to C++
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 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" |