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/img2enc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/img2enc.c') diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 11223fba82..8adf3526a6 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -28,7 +28,6 @@ #include "avformat.h" #include "avio_internal.h" #include "internal.h" -#include "libavutil/opt.h" typedef struct { const AVClass *class; /**< Class for private options. */ -- cgit v1.2.3