diff mbox

[FFmpeg-devel,v4,2/4] lavfi/opencl: remove redundant header.

Message ID 1528208486-2362-3-git-send-email-mypopydev@gmail.com
State New
Headers show

Commit Message

Jun Zhao June 5, 2018, 2:21 p.m. UTC
remove redundant header

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
---
 libavfilter/opencl.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c
index ae61667..ac5eec6 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"