From e7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 11 Jun 2021 21:54:31 +0200 Subject: Remove obsolete version.h inclusions These have mostly been added because of FF_API_*; yet when these were removed, removing the header has been forgotten. Signed-off-by: Andreas Rheinhardt --- libavutil/hmac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil/hmac.c') diff --git a/libavutil/hmac.c b/libavutil/hmac.c index e277fd7701..7d241fc73e 100644 --- a/libavutil/hmac.c +++ b/libavutil/hmac.c @@ -28,7 +28,6 @@ #include "sha.h" #include "sha512.h" #include "mem.h" -#include "version.h" #define MAX_HASHLEN 64 #define MAX_BLOCKLEN 128 -- cgit v1.2.3