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/pointers.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/compile/pointers.c') diff --git a/src/compile/pointers.c b/src/compile/pointers.c index 54e24f63..644b3bc7 100644 --- a/src/compile/pointers.c +++ b/src/compile/pointers.c @@ -6,13 +6,11 @@ #include #include "../ast.h" -#include "expressions.h" #include "../config.h" #include "../environment.h" #include "../stdlib/text.h" #include "../typecheck.h" -#include "assignments.h" -#include "promotions.h" +#include "compilation.h" public Text_t compile_to_pointer_depth(env_t *env, ast_t *ast, int64_t target_depth, bool needs_incref) { -- cgit v1.2.3