diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 15:02:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 15:36:33 +0200 |
commit | 4bc7a2a64bf205f142d26347b4659f6222830d9e (patch) | |
tree | ea8aaaeccd8578de8ec7aaaa8efff08e527b03f1 /libavfilter/vf_gradfun.c | |
parent | 0506f3fa38a1a66d24c950b2ce62e8801e2eddc8 (diff) | |
download | ffmpeg-4bc7a2a64bf205f142d26347b4659f6222830d9e.tar.gz |
avfilter: remove duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_gradfun.c')
-rw-r--r-- | libavfilter/vf_gradfun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_gradfun.c b/libavfilter/vf_gradfun.c index 7b93359296..a436fab0ee 100644 --- a/libavfilter/vf_gradfun.c +++ b/libavfilter/vf_gradfun.c @@ -37,7 +37,6 @@ #include "libavutil/cpu.h" #include "libavutil/opt.h" #include "libavutil/pixdesc.h" -#include "libavutil/opt.h" #include "avfilter.h" #include "formats.h" #include "gradfun.h" |