]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/hmac.c
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-04-08' into...
[mirror_qemu.git] / crypto / hmac.c
index f6c2d8db6067d57a33058b837d234604d6c61856..4de7e8c9cbbe1139b79af14086f15ef61b4a157d 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qapi/error.h"
 #include "crypto/hmac.h"
 #include "hmacpriv.h"