diff options
Diffstat (limited to 'tree.c')
-rw-r--r-- | tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |