aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bools.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-28 17:18:17 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-28 17:18:17 -0500
commit2bb7704b128169c4ef8bc8ff980be4847e7eedb5 (patch)
tree68af87e93088483ceb1882075165cb771475d74c /src/stdlib/bools.c
parent273ef13fe728e3722f76098178f78508fb439b36 (diff)
Clean up imports
Diffstat (limited to 'src/stdlib/bools.c')
-rw-r--r--src/stdlib/bools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/bools.c b/src/stdlib/bools.c
index dc7b83b1..d761a860 100644
--- a/src/stdlib/bools.c
+++ b/src/stdlib/bools.c
@@ -1,6 +1,5 @@
// Boolean methods/type info
#include <err.h>
-#include <gc.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/param.h>