From 9095599bc5184239fdc3dd35bc5bbbb89452b5c6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:48:31 -0400 Subject: Split declarations into a file --- src/compile/structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/structs.c') diff --git a/src/compile/structs.c b/src/compile/structs.c index af012cd5..2dc4a60b 100644 --- a/src/compile/structs.c +++ b/src/compile/structs.c @@ -9,7 +9,7 @@ #include "../stdlib/tables.h" #include "../stdlib/text.h" #include "../typecheck.h" -#include "assignments.h" +#include "declarations.h" #include "functions.h" #include "pointers.h" #include "types.h" -- cgit v1.2.3