summaryrefslogtreecommitdiffstats
path: root/zix/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/hash.h')
-rw-r--r--zix/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zix/hash.h b/zix/hash.h
index 68cbbe6..58e0e23 100644
--- a/zix/hash.h
+++ b/zix/hash.h
@@ -17,11 +17,11 @@
#ifndef ZIX_HASH_H
#define ZIX_HASH_H
+#include "zix/common.h"
+
#include <stddef.h>
#include <stdint.h>
-#include "zix/common.h"
-
#ifdef __cplusplus
extern "C" {
#endif