aboutsummaryrefslogtreecommitdiff
path: root/src/compile/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/tables.c')
-rw-r--r--src/compile/tables.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/compile/tables.c b/src/compile/tables.c
index e9067c0f..b955178e 100644
--- a/src/compile/tables.c
+++ b/src/compile/tables.c
@@ -1,18 +1,12 @@
// This file defines how to compile tables
#include "../ast.h"
-#include "expressions.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
#include "../stdlib/text.h"
#include "../typecheck.h"
#include "../types.h"
-#include "functions.h"
-#include "optionals.h"
-#include "pointers.h"
-#include "promotions.h"
-#include "statements.h"
-#include "types.h"
+#include "compilation.h"
static ast_t *add_to_table_comprehension(ast_t *entry, ast_t *subject) {
DeclareMatch(e, entry, TableEntry);