From 1512abed55dd3f779eb774eb03f605397a4a45fe Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 3 May 2026 01:30:28 +0200 Subject: Move tree visit definitions in visit.c to visit/tree.c for future consistency Signed-off-by: Mel --- boot/catboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/catboot.h') 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" -- cgit 1.4.1