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/reductions.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/compile/reductions.c') 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) { -- cgit v1.2.3