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/text.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/compile/text.c') diff --git a/src/compile/text.c b/src/compile/text.c index c08ef31e..f8576f63 100644 --- a/src/compile/text.c +++ b/src/compile/text.c @@ -2,7 +2,6 @@ #include #include "../ast.h" -#include "expressions.h" #include "../environment.h" #include "../naming.h" #include "../stdlib/datatypes.h" @@ -10,8 +9,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" -#include "functions.h" -#include "types.h" +#include "compilation.h" public Text_t expr_as_text(Text_t expr, type_t *t, Text_t color) { -- cgit v1.2.3