summaryrefslogtreecommitdiff
path: root/libavutil/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/hmac.c')
-rw-r--r--libavutil/hmac.c1
1 files changed, 0 insertions, 1 deletions
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