diff options
author | Max Kellermann <max@duempel.org> | 2013-01-26 01:04:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-26 01:17:43 +0100 |
commit | 86b0adc82ce64bb08518088c35ce754dc96d7062 (patch) | |
tree | c0a4c88fa599d4091cf855849382785cf0bebef8 /test | |
parent | ba49f20f685d7e6d25fcbf2af60d389fedc67210 (diff) | |
download | mpd-86b0adc82ce64bb08518088c35ce754dc96d7062.tar.gz mpd-86b0adc82ce64bb08518088c35ce754dc96d7062.tar.xz mpd-86b0adc82ce64bb08518088c35ce754dc96d7062.zip |
playlist/*: convert to C++
Diffstat (limited to '')
-rw-r--r-- | test/dump_playlist.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index c95d4376e..cc749d2ad 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -26,11 +26,11 @@ #include "decoder_api.h" #include "InputInit.hxx" #include "IOThread.hxx" +#include "PlaylistRegistry.hxx" +#include "playlist_plugin.h" extern "C" { #include "decoder_list.h" -#include "playlist_list.h" -#include "playlist_plugin.h" } #include <glib.h> |