aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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"