diff options
Diffstat (limited to 'zix/hash.c')
-rw-r--r-- | zix/hash.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |