From b1d2120d5d20c0122cc0a61f2ca09f0bc754d14d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 00:01:56 -0400 Subject: More docs and moving parsing into a subfolder. --- src/typecheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/typecheck.c') 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" -- cgit v1.2.3