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/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/files.c') diff --git a/src/compile/files.c b/src/compile/files.c index f221201b..908b8110 100644 --- a/src/compile/files.c +++ b/src/compile/files.c @@ -13,7 +13,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" -#include "assignments.h" +#include "declarations.h" #include "enums.h" #include "files.h" #include "functions.h" -- cgit v1.2.3