From 5807e4a873730fdb245b3c39913fc6acb3779f8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2019 17:04:21 +0100 Subject: Clean up includes --- zix/hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zix/hash.h') 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 #include -#include "zix/common.h" - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1