aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:56:58 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:56:58 -0400
commit56959100a677369eca0261b47ec7299e9a8d1207 (patch)
tree0d3243a56a64675efc14091e0c0aea3a70bfbb12 /src/tomo.c
parent02a864390d47ef165f4113eb9eeb67cafbd9b803 (diff)
Split headers into their own file
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
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"