diff --git a/src/decoding/split_decoder.c b/src/decoding/split_decoder.c index 3526eb7..28312d1 100644 --- a/src/decoding/split_decoder.c +++ b/src/decoding/split_decoder.c @@ -28,8 +28,6 @@ #include "decoders/common.h" -#include "resampled_decoder.h" - typedef struct SplitDecoder { DecoderStage next_stage[2];