From: Paul Brossier Date: Tue, 10 Dec 2013 13:38:33 +0000 (-0500) Subject: src/io/source_avcodec.c: remove useless include X-Git-Tag: 0.4.0~36 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=eeda76157a981dd99902b208c45577e6f0f9a1da;p=aubio.git src/io/source_avcodec.c: remove useless include Signed-off-by: Paul Brossier --- diff --git a/src/io/source_avcodec.c b/src/io/source_avcodec.c index 7e8589f3..d55e6d15 100644 --- a/src/io/source_avcodec.c +++ b/src/io/source_avcodec.c @@ -23,7 +23,6 @@ #ifdef HAVE_LIBAV -#include #include #include #include