diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:53:00 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:53:00 -0400 |
| commit | 75376335580c539512d459292d73e8ad4d7fe1af (patch) | |
| tree | 4594eccfef6c9d02b51427c61b74d282c91d61b1 /src/parse/files.c | |
| parent | 1f93e82303f19029394c3e1d2c375c23d56a6498 (diff) | |
Split out container type parsing
Diffstat (limited to 'src/parse/files.c')
| -rw-r--r-- | src/parse/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/files.c b/src/parse/files.c index 316c6234..def740dd 100644 --- a/src/parse/files.c +++ b/src/parse/files.c @@ -12,8 +12,8 @@ #include "context.h" #include "errors.h" #include "files.h" +#include "functions.h" #include "parse.h" -#include "types.h" #include "utils.h" // The cache of {filename -> parsed AST} will hold at most this many entries: |
