From e3b355c0be85ec47ee8b3d7790ad4c4fa26827c0 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 23 Jul 2021 14:06:58 +0200 Subject: avutil/mem: Don't include avutil.h It is not necessary at all. So remove it. This also breaks an inclusion cycle mem.h->avutil.h->common.h->mem.h. Reviewed-by: Paul B Mahol Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt --- libavutil/hmac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/hmac.c') diff --git a/libavutil/hmac.c b/libavutil/hmac.c index 7d241fc73e..302d7b04cf 100644 --- a/libavutil/hmac.c +++ b/libavutil/hmac.c @@ -23,6 +23,7 @@ #include #include "attributes.h" +#include "error.h" #include "hmac.h" #include "md5.h" #include "sha.h" -- cgit v1.2.3