From 4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 22 Jul 2021 14:47:57 +0200 Subject: Remove unnecessary mem.h inclusions Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_overlay_opencl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_overlay_opencl.c') diff --git a/libavfilter/vf_overlay_opencl.c b/libavfilter/vf_overlay_opencl.c index 8547bae278..6ba622baaa 100644 --- a/libavfilter/vf_overlay_opencl.c +++ b/libavfilter/vf_overlay_opencl.c @@ -17,7 +17,6 @@ */ #include "libavutil/log.h" -#include "libavutil/mem.h" #include "libavutil/opt.h" #include "libavutil/pixdesc.h" -- cgit v1.2.3