diff options
Diffstat (limited to 'src/DecoderAPI.cxx')
-rw-r--r-- | src/DecoderAPI.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DecoderAPI.cxx b/src/DecoderAPI.cxx index 738e71842..015d64d2b 100644 --- a/src/DecoderAPI.cxx +++ b/src/DecoderAPI.cxx @@ -22,12 +22,12 @@ extern "C" { #include "decoder_api.h" #include "audio_config.h" -#include "buffer.h" -#include "pipe.h" -#include "chunk.h" #include "replay_gain_config.h" } +#include "MusicChunk.hxx" +#include "MusicBuffer.hxx" +#include "MusicPipe.hxx" #include "DecoderControl.hxx" #include "DecoderInternal.hxx" #include "song.h" |