aboutsummaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
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)