aboutsummaryrefslogtreecommitdiff
path: root/src/compile/reductions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/reductions.c')
-rw-r--r--src/compile/reductions.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/compile/reductions.c b/src/compile/reductions.c
index 2d7492af..e0477a9c 100644
--- a/src/compile/reductions.c
+++ b/src/compile/reductions.c
@@ -6,10 +6,7 @@
#include "../stdlib/text.h"
#include "../stdlib/util.h"
#include "../typecheck.h"
-#include "declarations.h"
-#include "expressions.h"
-#include "optionals.h"
-#include "statements.h"
+#include "compilation.h"
public
Text_t compile_reduction(env_t *env, ast_t *ast) {