about summary refs log tree commit diff
path: root/boot/catboot.h
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-03 01:30:28 +0200
committerMel <mel@rnrd.eu>2026-05-03 01:30:28 +0200
commit1512abed55dd3f779eb774eb03f605397a4a45fe (patch)
tree42ea2ae10c5667bcbd46e30432ed574b620e681a /boot/catboot.h
parentfb13c2be5538b10ae456bcb30bfef6622ab6911f (diff)
downloadcatskill-1512abed55dd3f779eb774eb03f605397a4a45fe.tar.zst
catskill-1512abed55dd3f779eb774eb03f605397a4a45fe.zip
Move tree visit definitions in visit.c to visit/tree.c for future consistency
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.h')
-rw-r--r--boot/catboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/catboot.h b/boot/catboot.h
index f7d3e2d..00764f0 100644
--- a/boot/catboot.h
+++ b/boot/catboot.h
@@ -17,6 +17,6 @@
 #include "lex.c"
 #include "tree.c"
 #include "parse.c"
-#include "visit.c"
+#include "visit/tree.c"
 #include "transpile.c"
 #include "build.c"