diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 13:10:44 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 13:10:44 -0400 |
| commit | b033c491b8df6e6c4bc11f9941f2bba93bb9d10f (patch) | |
| tree | eaa6831a9b5b4a9372b978dd303cc595ad1894ec /src/typecheck.c | |
| parent | 950c8a63be4cdb6bcbcc6c380d59238a36a3b932 (diff) | |
Remove some unused imports
Diffstat (limited to 'src/typecheck.c')
| -rw-r--r-- | src/typecheck.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/typecheck.c b/src/typecheck.c index dc312cde..13a1c31e 100644 --- a/src/typecheck.c +++ b/src/typecheck.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <gc.h> #include <glob.h> -#include <signal.h> #include <stdarg.h> #include <stdlib.h> #include <string.h> |
