aboutsummaryrefslogtreecommitdiff
path: root/src/compile/structs.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:59:37 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:59:37 -0400
commit7cb55ec0061246685ffe8c6d1d92307495c28943 (patch)
tree6e1b1dec1ecac8660068887c320de9e737d65249 /src/compile/structs.c
parent56959100a677369eca0261b47ec7299e9a8d1207 (diff)
Finally, split compile.c into compile/expressions.c
Diffstat (limited to 'src/compile/structs.c')
-rw-r--r--src/compile/structs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/structs.c b/src/compile/structs.c
index 2dc4a60b..20f40c4d 100644
--- a/src/compile/structs.c
+++ b/src/compile/structs.c
@@ -3,7 +3,7 @@
#include <gc.h>
#include "../ast.h"
-#include "../compile.h"
+#include "expressions.h"
#include "../environment.h"
#include "../naming.h"
#include "../stdlib/tables.h"