aboutsummaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-29 17:25:56 -0700
committerMichael Forney <mforney@mforney.org>2024-04-02 14:06:59 -0700
commitfef86b0202a3d4ef191926fee683eb92e9218bd4 (patch)
tree0fe65e7c022ed3bd0b3a62fd8bed6d84c27ffb17 /tree.c
parent8120240c1f17cf536228b79144d41168a48a4fcc (diff)
map: Use simpler fnv-1a hash function
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index 9beb976..8876da4 100644
--- a/tree.c
+++ b/tree.c
@@ -1,7 +1,6 @@
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
-#include <stdint.h>
#include "util.h"
#define MAXH (sizeof(void *) * 8 * 3 / 2)