diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:40:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:40:03 -0400 |
| commit | aed80436a0a5eb12d9cace916167b0f7bd433589 (patch) | |
| tree | c546a7f10621864ac697711b6f66a428cdaeb00b /src/typecheck.c | |
| parent | b378f7359a6b8bd2e47bafdba496d115825adcd7 (diff) | |
Splitting out parser more.
Diffstat (limited to 'src/typecheck.c')
| -rw-r--r-- | src/typecheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typecheck.c b/src/typecheck.c index 08966c31..828d2509 100644 --- a/src/typecheck.c +++ b/src/typecheck.c @@ -12,7 +12,7 @@ #include "environment.h" #include "modules.h" #include "naming.h" -#include "parse/parse.h" +#include "parse/files.h" #include "parse/types.h" #include "stdlib/paths.h" #include "stdlib/tables.h" |
