From cfe1bd5cb72a12f3bfc643f64b33444ad63502f9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 19:45:19 -0400 Subject: Shared includes for compile folder to reduce duplicate code --- src/compile/structs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/compile/structs.c') diff --git a/src/compile/structs.c b/src/compile/structs.c index 20f40c4d..526c11c7 100644 --- a/src/compile/structs.c +++ b/src/compile/structs.c @@ -3,16 +3,12 @@ #include #include "../ast.h" -#include "expressions.h" #include "../environment.h" #include "../naming.h" #include "../stdlib/tables.h" #include "../stdlib/text.h" #include "../typecheck.h" -#include "declarations.h" -#include "functions.h" -#include "pointers.h" -#include "types.h" +#include "compilation.h" public Text_t compile_struct_typeinfo(env_t *env, type_t *t, const char *name, arg_ast_t *fields, bool is_secret, -- cgit v1.2.3