shithub: aubio

Download patch

ref: eeda76157a981dd99902b208c45577e6f0f9a1da
parent: ab41f5cef352a9bcd81e0992491670d1ff552c23
author: Paul Brossier <piem@piem.org>
date: Tue Dec 10 03:38:33 EST 2013

src/io/source_avcodec.c: remove useless include

Signed-off-by: Paul Brossier <piem@piem.org>

--- a/src/io/source_avcodec.c
+++ b/src/io/source_avcodec.c
@@ -23,7 +23,6 @@
 
 #ifdef HAVE_LIBAV
 
-#include <sndfile.h>
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
 #include <libavresample/avresample.h>
--