summaryrefslogtreecommitdiffstats
path: root/zix/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'zix/hash.c')
-rw-r--r--zix/hash.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/zix/hash.c b/zix/hash.c
index a588e0a..2577567 100644
--- a/zix/hash.c
+++ b/zix/hash.c
@@ -14,13 +14,12 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/hash.h"
+
#include <assert.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include "zix/hash.h"
-
/**
Primes, each slightly less than twice its predecessor, and as far away
from powers of two as possible.