From 22f0a1547c86895b4284b5fdc63ab9c82f24a442 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 10:16:16 +0100 Subject: buffer, pipe: convert to C++ --- src/DecoderControl.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/DecoderControl.cxx') diff --git a/src/DecoderControl.cxx b/src/DecoderControl.cxx index bd075ed7..58d10948 100644 --- a/src/DecoderControl.cxx +++ b/src/DecoderControl.cxx @@ -19,12 +19,9 @@ #include "config.h" #include "DecoderControl.hxx" +#include "MusicPipe.hxx" #include "song.h" -extern "C" { -#include "pipe.h" -} - #include #undef G_LOG_DOMAIN -- cgit v1.2.3