aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--halfsiphash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/halfsiphash.c b/halfsiphash.c
index 5da4425..a2f5876 100644
--- a/halfsiphash.c
+++ b/halfsiphash.c
@@ -13,11 +13,10 @@
this software. If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
*/
+#include "halfsiphash.h"
#include <assert.h>
-#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
-#include <string.h>
/* default: SipHash-2-4 */
#ifndef cROUNDS