aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-27 17:38:09 +0100
committerMax Kellermann <max@duempel.org>2013-01-27 17:38:09 +0100
commit257a0dee758049586efbf0dc3f0339b0cef03456 (patch)
tree843392ee65fb2e1abb9dad3386ec806eb23975fd /src/PlaylistPrint.cxx
parente995cd928c40ecea22fd4d1e3716bb9a656a5430 (diff)
playlist/*: convert to C++
Diffstat (limited to 'src/PlaylistPrint.cxx')
-rw-r--r--src/PlaylistPrint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx
index 5bde8238..ffecc813 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"
}