diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:56:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:56:58 -0400 |
| commit | 56959100a677369eca0261b47ec7299e9a8d1207 (patch) | |
| tree | 0d3243a56a64675efc14091e0c0aea3a70bfbb12 /src/tomo.c | |
| parent | 02a864390d47ef165f4113eb9eeb67cafbd9b803 (diff) | |
Split headers into their own file
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
