From 56959100a677369eca0261b47ec7299e9a8d1207 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:56:58 -0400 Subject: Split headers into their own file --- src/tomo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tomo.c') diff --git a/src/tomo.c b/src/tomo.c index 6dfe687c..6f08f1ff 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -14,9 +14,9 @@ #include "ast.h" #include "changes.md.h" -#include "compile.h" #include "compile/cli.h" #include "compile/files.h" +#include "compile/headers.h" #include "config.h" #include "modules.h" #include "naming.h" -- cgit v1.2.3