aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 13:10:44 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 13:10:44 -0400
commitb033c491b8df6e6c4bc11f9941f2bba93bb9d10f (patch)
treeeaa6831a9b5b4a9372b978dd303cc595ad1894ec /src/tomo.c
parent950c8a63be4cdb6bcbcc6c380d59238a36a3b932 (diff)
Remove some unused imports
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c1
1 files changed, 0 insertions, 1 deletions
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"); })