diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:45:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:45:31 -0400 |
| commit | 6ffd8467af7c6138196930116fecf27fca9b8604 (patch) | |
| tree | 3a6070c00b3833c12991ad7e05a59fd20ae1aba8 /src/parse | |
| parent | bfb829b1fe85911a84454d6da1948910f42b2c5c (diff) | |
Update file header comments
Diffstat (limited to 'src/parse')
| -rw-r--r-- | src/parse/numbers.c | 1 | ||||
| -rw-r--r-- | src/parse/utils.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/parse/numbers.c b/src/parse/numbers.c index c12a68b2..4e746525 100644 --- a/src/parse/numbers.c +++ b/src/parse/numbers.c @@ -10,7 +10,6 @@ #include <uniname.h> #include "../ast.h" -#include "../stdlib/util.h" #include "context.h" #include "errors.h" #include "utils.h" diff --git a/src/parse/utils.c b/src/parse/utils.c index a047e73d..6314b849 100644 --- a/src/parse/utils.c +++ b/src/parse/utils.c @@ -8,7 +8,6 @@ #include "../stdlib/util.h" #include "errors.h" -#include "expressions.h" #include "utils.h" static const char *keywords[] = { |
