diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 02:37:45 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 02:37:45 -0400 |
| commit | fa5ca582ffc543b8093762d2e0c876b3c6068351 (patch) | |
| tree | 634d8cad9e24b2e123727da8ffb74d26cb6a748c /parse.c | |
| parent | f5140086ae3b7a474206754e76d91142c1d0d607 (diff) | |
Clean up some imports
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ // Recursive descent parser for parsing code #include <ctype.h> #include <gc.h> -#include <gmp.h> -#include <libgen.h> -#include <linux/limits.h> #include <math.h> #include <setjmp.h> #include <stdarg.h> |
