summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 14:47:57 +0200
commit4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (patch)
tree6839dd6cc51b51c9427d6cf9a057962405223b57 /tools
parente7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 (diff)
Remove unnecessary mem.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/ffhash.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
#include <fcntl.h>
#include <stdio.h>
+#include <string.h>
#include <sys/stat.h>
#if HAVE_IO_H