From 01dd540d7ea062d08c5c6000422dbba197511efc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 17:18:48 +0100 Subject: decoder_list: convert to C++ --- test/dump_playlist.cxx | 5 +---- test/read_tags.cxx | 4 +--- test/run_decoder.cxx | 4 +--- 3 files changed, 3 insertions(+), 10 deletions(-) (limited to 'test') diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index ec09bcb2..6e1f4858 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -24,16 +24,13 @@ #include "input_stream.h" #include "conf.h" #include "decoder_api.h" +#include "DecoderList.hxx" #include "InputInit.hxx" #include "IOThread.hxx" #include "PlaylistRegistry.hxx" #include "PlaylistPlugin.hxx" #include "fs/Path.hxx" -extern "C" { -#include "decoder_list.h" -} - #include #include diff --git a/test/read_tags.cxx b/test/read_tags.cxx index ddd278ff..1ceddf1d 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -19,9 +19,7 @@ #include "config.h" #include "IOThread.hxx" -extern "C" { -#include "decoder_list.h" -} +#include "DecoderList.hxx" #include "decoder_api.h" #include "InputInit.hxx" #include "InputStream.hxx" diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index 288b83f9..d5c7c313 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -19,9 +19,7 @@ #include "config.h" #include "IOThread.hxx" -extern "C" { -#include "decoder_list.h" -} +#include "DecoderList.hxx" #include "decoder_api.h" #include "InputInit.hxx" #include "input_stream.h" -- cgit v1.2.3