From aed80436a0a5eb12d9cace916167b0f7bd433589 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 00:40:03 -0400 Subject: Splitting out parser more. --- 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 01c1ebab..c87111b4 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -20,7 +20,7 @@ #include "config.h" #include "modules.h" #include "naming.h" -#include "parse/parse.h" +#include "parse/files.h" #include "stdlib/bools.h" #include "stdlib/bytes.h" #include "stdlib/datatypes.h" -- cgit v1.2.3