From 5356b3e4a93adaff04575965e00dda3906bf7fb1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 11 Jan 2017 22:17:26 -0500 Subject: [PATCH] Remove unnecesary include --- include/cyclone/ck_ht_hash.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cyclone/ck_ht_hash.h b/include/cyclone/ck_ht_hash.h index be4f08e6..f8cb705e 100644 --- a/include/cyclone/ck_ht_hash.h +++ b/include/cyclone/ck_ht_hash.h @@ -32,7 +32,6 @@ */ #include -#include //----------------------------------------------------------------------------- // MurmurHash3 was written by Austin Appleby, and is placed in the public