diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:01:56 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 00:01:56 -0400 |
| commit | b1d2120d5d20c0122cc0a61f2ca09f0bc754d14d (patch) | |
| tree | a9e978b3bf6aa371a8591317ff2fd2450e9c1e21 /src/typecheck.c | |
| parent | f5b2281084d31700690916c6dd250e2da927e566 (diff) | |
More docs and moving parsing into a subfolder.
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 bedc4121..09c5fc62 100644 --- a/src/typecheck.c +++ b/src/typecheck.c @@ -12,7 +12,7 @@ #include "environment.h" #include "modules.h" #include "naming.h" -#include "parse.h" +#include "parse/parse.h" #include "stdlib/paths.h" #include "stdlib/tables.h" #include "stdlib/text.h" |
