From b033c491b8df6e6c4bc11f9941f2bba93bb9d10f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 13:10:44 -0400 Subject: Remove some unused imports --- src/tomo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tomo.c') diff --git a/src/tomo.c b/src/tomo.c index 89ff2fcc..c9414393 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -29,7 +29,6 @@ #include "stdlib/random.h" #include "stdlib/siphash.h" #include "stdlib/text.h" -#include "typecheck.h" #include "types.h" #define run_cmd(...) ({ const char *_cmd = String(__VA_ARGS__); if (verbose) print("\033[34;1m", _cmd, "\033[m"); popen(_cmd, "w"); }) -- cgit v1.2.3