]> git.ozlabs.org Git - ccan/blobdiff - ccan/hash/hash.h
tdb2: unify tdb1_traverse into tdb_traverse
[ccan] / ccan / hash / hash.h
index 3db75753fb503d5fd9b5284a2e6e0698bdf63b26..0400e6a3b29bbc4505e707ed5231ed197ad6f22a 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef CCAN_HASH_H
 #define CCAN_HASH_H
+#include "config.h"
 #include <stdint.h>
 #include <stdlib.h>
-#include "config.h"
 #include <ccan/build_assert/build_assert.h>
 
 /* Stolen mostly from: lookup3.c, by Bob Jenkins, May 2006, Public Domain.