aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderInternal.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DecoderInternal.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx
index ab496dbd3..00749b899 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>