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/comparisons.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/compile/comparisons.c') diff --git a/src/compile/comparisons.c b/src/compile/comparisons.c index 851088d8..d73664de 100644 --- a/src/compile/comparisons.c +++ b/src/compile/comparisons.c @@ -5,8 +5,7 @@ #include "../environment.h" #include "../stdlib/text.h" #include "../typecheck.h" -#include "promotions.h" -#include "types.h" +#include "compilation.h" Text_t compile_comparison(env_t *env, ast_t *ast) { -- cgit v1.2.3