diff options
Diffstat (limited to 'tests/xxhash.c')
-rw-r--r-- | tests/xxhash.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/xxhash.c b/tests/xxhash.c index f586481..a7ab4a9 100644 --- a/tests/xxhash.c +++ b/tests/xxhash.c @@ -6,11 +6,8 @@ */ #include "config.h" -#include <stdlib.h> -#include <string.h> -#include <stdio.h> - #include "util.h" +#include "test.h" static const struct { const char *plaintext; |