aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 17:18:48 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 17:18:48 +0100
commit01dd540d7ea062d08c5c6000422dbba197511efc (patch)
tree17f30dd6a3de1cbde161b50a5a7da54fd3a6ace2 /test
parent814208063300d9791d1695e1dbbd784ec5818280 (diff)
decoder_list: convert to C++
Diffstat (limited to 'test')
-rw-r--r--test/dump_playlist.cxx5
-rw-r--r--test/read_tags.cxx4
-rw-r--r--test/run_decoder.cxx4
3 files changed, 3 insertions, 10 deletions
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 <glib.h>
#include <unistd.h>
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"