diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-19 23:45:50 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-19 23:45:50 -0400 |
| commit | 2230fadc3fb09bb21745a058f729b03c0515da2f (patch) | |
| tree | 9af89dfbc2c49328cf1e4a9acb847974dab4149d /src/parse/expressions.c | |
| parent | 42447f4b68235b545cc0e1b91111079c155dc2f8 (diff) | |
Remove some unused imports and add missing comments
Diffstat (limited to 'src/parse/expressions.c')
| -rw-r--r-- | src/parse/expressions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse/expressions.c b/src/parse/expressions.c index 5be48b89..b43e4f3a 100644 --- a/src/parse/expressions.c +++ b/src/parse/expressions.c @@ -11,12 +11,10 @@ #include "controlflow.h" #include "errors.h" #include "expressions.h" -#include "files.h" #include "functions.h" #include "numbers.h" #include "suffixes.h" #include "text.h" -#include "types.h" #include "utils.h" ast_t *parse_parens(parse_ctx_t *ctx, const char *pos) { |
