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++ --- src/OutputAll.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/OutputAll.cxx') diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx index 4cdcc84e7..c125a9730 100644 --- a/src/OutputAll.cxx +++ b/src/OutputAll.cxx @@ -19,12 +19,8 @@ #include "config.h" #include "OutputAll.hxx" - -extern "C" { -#include "output_internal.h" -} - #include "PlayerControl.hxx" +#include "OutputInternal.hxx" #include "OutputControl.hxx" #include "OutputError.hxx" #include "MusicBuffer.hxx" -- cgit v1.2.3