aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bools.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/bools.c')
-rw-r--r--src/stdlib/bools.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/bools.c b/src/stdlib/bools.c
index 85de0621..558d184e 100644
--- a/src/stdlib/bools.c
+++ b/src/stdlib/bools.c
@@ -1,10 +1,8 @@
// Boolean methods/type info
-#include <ctype.h>
#include <err.h>
#include <gc.h>
#include <stdbool.h>
#include <stdint.h>
-#include <stdlib.h>
#include <sys/param.h>
#include "bools.h"