diff options
Diffstat (limited to '')
-rw-r--r-- | src/tree.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tree.c b/src/tree.c index 87028d744..26b58845c 100644 --- a/src/tree.c +++ b/src/tree.c @@ -18,10 +18,7 @@ #include "tree.h" #include "utils.h" - -#include <assert.h> -#include <stdlib.h> -#include <string.h> +#include "os_compat.h" #ifndef CHILDREN_PER_NODE #define CHILDREN_PER_NODE 25 |