diff options
Diffstat (limited to 'src/DecoderInternal.cxx')
-rw-r--r-- | src/DecoderInternal.cxx | 9 |
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> |