summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2018-05-30 08:54:45 +0800
committerJun Zhao <jun.zhao@intel.com>2018-06-07 19:38:58 +0800
commit3161df5b0c2dfa31b9c19ba13b4c943773cf57a5 (patch)
tree37265002d98cc3bc8eb956eceb2e6d693216faf3 /libavfilter
parent3bab7b70da9705031bfc23d9fd15dc49af967055 (diff)
lavfi/opencl: remove redundant header.
remove redundant header Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/opencl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c
index ae61667380..ac5eec68c6 100644
--- a/libavfilter/opencl.c
+++ b/libavfilter/opencl.c
@@ -19,12 +19,9 @@
#include <stdio.h>
#include <string.h>
-#include "libavutil/hwcontext.h"
-#include "libavutil/hwcontext_opencl.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
-#include "avfilter.h"
#include "formats.h"
#include "opencl.h"