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/parse.c | |
| parent | 950c8a63be4cdb6bcbcc6c380d59238a36a3b932 (diff) | |
Remove some unused imports
Diffstat (limited to 'src/parse.c')
| -rw-r--r-- | src/parse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse.c b/src/parse.c index 181aae58..06184b97 100644 --- a/src/parse.c +++ b/src/parse.c @@ -1,7 +1,6 @@ // Recursive descent parser for parsing code #include <ctype.h> #include <gc.h> -#include <math.h> #include <setjmp.h> #include <stdarg.h> #include <stdbool.h> @@ -20,8 +19,6 @@ #include <signal.h> #include "ast.h" -#include "stdlib/integers.h" -#include "stdlib/paths.h" #include "stdlib/print.h" #include "stdlib/stacktrace.h" #include "stdlib/stdlib.h" |
