aboutsummaryrefslogtreecommitdiff
path: root/lib/hcrypto/test_hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hcrypto/test_hmac.c')
-rw-r--r--lib/hcrypto/test_hmac.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/hcrypto/test_hmac.c b/lib/hcrypto/test_hmac.c
index d8c3e69cd2ef..063a461cc161 100644
--- a/lib/hcrypto/test_hmac.c
+++ b/lib/hcrypto/test_hmac.c
@@ -32,16 +32,10 @@
*/
#include <config.h>
-
-#include <sys/types.h>
-#include <limits.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include <roken.h>
#include <hmac.h>
#include <evp.h>
-#include <roken.h>
int
main(int argc, char **argv)