aboutsummaryrefslogtreecommitdiff
path: root/src/compile/statements.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/statements.c
parent56959100a677369eca0261b47ec7299e9a8d1207 (diff)
Finally, split compile.c into compile/expressions.c
Diffstat (limited to 'src/compile/statements.c')
-rw-r--r--src/compile/statements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/statements.c b/src/compile/statements.c
index 2e46e42b..7683b552 100644
--- a/src/compile/statements.c
+++ b/src/compile/statements.c
@@ -3,7 +3,7 @@
#include <glob.h>
#include "../ast.h"
-#include "../compile.h"
+#include "expressions.h"
#include "../config.h"
#include "../environment.h"
#include "../modules.h"