aboutsummaryrefslogtreecommitdiff
path: root/src/compile/integers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/integers.c')
-rw-r--r--src/compile/integers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compile/integers.c b/src/compile/integers.c
index 10955fe1..9ebb8818 100644
--- a/src/compile/integers.c
+++ b/src/compile/integers.c
@@ -3,7 +3,6 @@
#include <gmp.h>
#include "../ast.h"
-#include "expressions.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
#include "../stdlib/integers.h"
@@ -11,7 +10,7 @@
#include "../stdlib/util.h"
#include "../typecheck.h"
#include "../types.h"
-#include "promotions.h"
+#include "compilation.h"
public
Text_t compile_int_to_type(env_t *env, ast_t *ast, type_t *target) {