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/headers.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/compile/headers.c') diff --git a/src/compile/headers.c b/src/compile/headers.c index 44859104..8c0863ee 100644 --- a/src/compile/headers.c +++ b/src/compile/headers.c @@ -12,14 +12,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" -#include "declarations.h" -#include "enums.h" -#include "functions.h" -#include "headers.h" -#include "statements.h" -#include "structs.h" -#include "text.h" -#include "types.h" +#include "compilation.h" public Text_t compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t *ast) { -- cgit v1.2.3