aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderInternal.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
commit22f0a1547c86895b4284b5fdc63ab9c82f24a442 (patch)
treec011204fc1e1a31745e004a3e25d7f9f24f1067e /src/DecoderInternal.cxx
parentde0ab43bc12be345d85779e444266153ff5be007 (diff)
buffer, pipe: convert to C++
Diffstat (limited to 'src/DecoderInternal.cxx')
-rw-r--r--src/DecoderInternal.cxx9
1 files changed, 3 insertions, 6 deletions
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 <assert.h>