From 49515cb8407ba237329280d99ab7e79a02560dfe Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 21 Sep 2013 15:11:12 +0200 Subject: avformat: remove duplicate includes Signed-off-by: Michael Niedermayer --- libavformat/oggenc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/oggenc.c') diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c index 3135de6776..1883501745 100644 --- a/libavformat/oggenc.c +++ b/libavformat/oggenc.c @@ -20,7 +20,6 @@ */ #include "libavutil/crc.h" -#include "libavutil/opt.h" #include "libavutil/mathematics.h" #include "libavutil/opt.h" #include "libavutil/random_seed.h" -- cgit v1.2.3