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/tomo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tomo.c') diff --git a/src/tomo.c b/src/tomo.c index 6f08f1ff..01c1ebab 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -20,7 +20,7 @@ #include "config.h" #include "modules.h" #include "naming.h" -#include "parse.h" +#include "parse/parse.h" #include "stdlib/bools.h" #include "stdlib/bytes.h" #include "stdlib/datatypes.h" -- cgit v1.2.3