aboutsummaryrefslogtreecommitdiff
path: root/src/compile/indexing.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 19:45:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 19:45:19 -0400
commitcfe1bd5cb72a12f3bfc643f64b33444ad63502f9 (patch)
tree01297e6d0a360b6b2aa6cc64243bfffc150647f0 /src/compile/indexing.c
parent7a69fe78adcc6abc596e6b1386cded7c57da67e1 (diff)
Shared includes for compile folder to reduce duplicate code
Diffstat (limited to 'src/compile/indexing.c')
-rw-r--r--src/compile/indexing.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/compile/indexing.c b/src/compile/indexing.c
index 7245e9cf..e99feeb2 100644
--- a/src/compile/indexing.c
+++ b/src/compile/indexing.c
@@ -6,12 +6,7 @@
#include "../stdlib/text.h"
#include "../stdlib/util.h"
#include "../typecheck.h"
-#include "expressions.h"
-#include "integers.h"
-#include "optionals.h"
-#include "pointers.h"
-#include "promotions.h"
-#include "types.h"
+#include "compilation.h"
public
Text_t compile_indexing(env_t *env, ast_t *ast) {