From 3a2254c91f19364d41aacea442c43b00aa1175e2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 01:12:05 +0200 Subject: output: convert to C++ --- test/run_output.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/run_output.cxx b/test/run_output.cxx index e41fe1cad..8c5007a9e 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -19,6 +19,8 @@ #include "config.h" #include "OutputControl.hxx" +#include "OutputInternal.hxx" +#include "OutputPlugin.hxx" #include "conf.h" #include "Idle.hxx" #include "Main.hxx" @@ -28,12 +30,6 @@ #include "fs/Path.hxx" #include "AudioParser.hxx" #include "pcm/PcmConvert.hxx" - -extern "C" { -#include "output_plugin.h" -#include "output_internal.h" -} - #include "FilterRegistry.hxx" #include "PlayerControl.hxx" #include "stdbin.h" -- cgit v1.2.3