diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/VorbisDecoderPlugin.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/decoder/VorbisDecoderPlugin.cxx b/src/decoder/VorbisDecoderPlugin.cxx index 438ba5949..7e039ab1e 100644 --- a/src/decoder/VorbisDecoderPlugin.cxx +++ b/src/decoder/VorbisDecoderPlugin.cxx @@ -24,11 +24,7 @@ #include "InputStream.hxx" #include "OggCodec.hxx" #include "util/UriUtil.hxx" - -extern "C" { -#include "audio_check.h" -} - +#include "CheckAudioFormat.hxx" #include "TagHandler.hxx" #ifndef HAVE_TREMOR |