diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/run_output.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
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" |