diff options
author | Max Kellermann <max@duempel.org> | 2013-01-27 17:38:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-27 17:38:09 +0100 |
commit | 257a0dee758049586efbf0dc3f0339b0cef03456 (patch) | |
tree | 843392ee65fb2e1abb9dad3386ec806eb23975fd /src/PlaylistPrint.cxx | |
parent | e995cd928c40ecea22fd4d1e3716bb9a656a5430 (diff) | |
download | mpd-257a0dee758049586efbf0dc3f0339b0cef03456.tar.gz mpd-257a0dee758049586efbf0dc3f0339b0cef03456.tar.xz mpd-257a0dee758049586efbf0dc3f0339b0cef03456.zip |
playlist/*: 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 5bde8238a..ffecc8133 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -24,6 +24,7 @@ #include "PlaylistSong.hxx" #include "Playlist.hxx" #include "PlaylistRegistry.hxx" +#include "PlaylistPlugin.hxx" #include "QueuePrint.hxx" #include "SongPrint.hxx" #include "DatabaseGlue.hxx" @@ -32,7 +33,6 @@ #include "input_stream.h" extern "C" { -#include "playlist_plugin.h" #include "song.h" } |