summaryrefslogtreecommitdiffstats
path: root/zix/hash.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-01-06 17:04:21 +0100
committerDavid Robillard <d@drobilla.net>2019-01-06 17:04:21 +0100
commit5807e4a873730fdb245b3c39913fc6acb3779f8a (patch)
tree0dd771ec001522848c37709a15af8692f9713208 /zix/hash.c
parentef51139dfb60850c9ee4f6d9ea4ea7bfbc4aa15a (diff)
downloadzix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.gz
zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.tar.bz2
zix-5807e4a873730fdb245b3c39913fc6acb3779f8a.zip
Clean up includes
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.