diff options
Diffstat (limited to 'src/compile/pointers.c')
| -rw-r--r-- | src/compile/pointers.c | 4 |
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) { |
