src/io/source_avcodec.c: remove useless include
authorPaul Brossier <piem@piem.org>
Tue, 10 Dec 2013 13:38:33 +0000 (08:38 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 10 Dec 2013 13:38:33 +0000 (08:38 -0500)
Signed-off-by: Paul Brossier <piem@piem.org>
src/io/source_avcodec.c

index 7e8589f..d55e6d1 100644 (file)
@@ -23,7 +23,6 @@
 
 #ifdef HAVE_LIBAV
 
-#include <sndfile.h>
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
 #include <libavresample/avresample.h>