aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/print.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
commita4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch)
treea4137025b4096749341513f44c12d381ceb636bf /src/stdlib/print.h
parentecf08ab61fe49101b6c769badf362d21d8699df4 (diff)
Lots of cleanups
Diffstat (limited to 'src/stdlib/print.h')
-rw-r--r--src/stdlib/print.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/print.h b/src/stdlib/print.h
index ce20152b..56953866 100644
--- a/src/stdlib/print.h
+++ b/src/stdlib/print.h
@@ -10,7 +10,6 @@
//
#include <assert.h>
-#include <ctype.h>
#include <gc.h>
#include <stdbool.h>
#include <stdint.h>