aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointers.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 19:45:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 19:45:19 -0400
commitcfe1bd5cb72a12f3bfc643f64b33444ad63502f9 (patch)
tree01297e6d0a360b6b2aa6cc64243bfffc150647f0 /src/compile/pointers.c
parent7a69fe78adcc6abc596e6b1386cded7c57da67e1 (diff)
Shared includes for compile folder to reduce duplicate code
Diffstat (limited to 'src/compile/pointers.c')
-rw-r--r--src/compile/pointers.c4
1 files changed, 1 insertions, 3 deletions
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 <uninorm.h>
#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) {