From 634d1ad756fca46e1e8aec93a265998232dd58a6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 15:10:41 -0400 Subject: Move structs/enums into the right folder --- src/compile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compile.c') diff --git a/src/compile.c b/src/compile.c index b5e22342..a81b74d5 100644 --- a/src/compile.c +++ b/src/compile.c @@ -8,9 +8,10 @@ #include "ast.h" #include "compile.h" +#include "compile/enums.h" #include "compile/list.h" +#include "compile/structs.h" #include "config.h" -#include "enums.h" #include "environment.h" #include "modules.h" #include "naming.h" @@ -20,7 +21,6 @@ #include "stdlib/tables.h" #include "stdlib/text.h" #include "stdlib/util.h" -#include "structs.h" #include "typecheck.h" typedef ast_t *(*comprehension_body_t)(ast_t *, ast_t *); -- cgit v1.2.3