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/DecoderInternal.cxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/DecoderInternal.cxx') diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx index ab496dbd..00749b89 100644 --- a/src/DecoderInternal.cxx +++ b/src/DecoderInternal.cxx @@ -20,14 +20,11 @@ #include "config.h" #include "DecoderInternal.hxx" #include "DecoderControl.hxx" - -extern "C" { -#include "pipe.h" -#include "buffer.h" -} +#include "MusicPipe.hxx" +#include "MusicBuffer.hxx" +#include "MusicChunk.hxx" #include "input_stream.h" -#include "chunk.h" #include -- cgit v1.2.3