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 --- tools/ffhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ffhash.c') diff --git a/tools/ffhash.c b/tools/ffhash.c index 6942527732..9aa5ffdf88 100644 --- a/tools/ffhash.c +++ b/tools/ffhash.c @@ -24,11 +24,11 @@ #include "libavutil/avstring.h" #include "libavutil/error.h" #include "libavutil/hash.h" -#include "libavutil/mem.h" #include #include #include +#include #include #if HAVE_IO_H -- cgit v1.2.3