diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 19:45:19 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 19:45:19 -0400 |
| commit | cfe1bd5cb72a12f3bfc643f64b33444ad63502f9 (patch) | |
| tree | 01297e6d0a360b6b2aa6cc64243bfffc150647f0 /src/compile/headers.c | |
| parent | 7a69fe78adcc6abc596e6b1386cded7c57da67e1 (diff) | |
Shared includes for compile folder to reduce duplicate code
Diffstat (limited to 'src/compile/headers.c')
| -rw-r--r-- | src/compile/headers.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/compile/headers.c b/src/compile/headers.c index 44859104..8c0863ee 100644 --- a/src/compile/headers.c +++ b/src/compile/headers.c @@ -12,14 +12,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" -#include "declarations.h" -#include "enums.h" -#include "functions.h" -#include "headers.h" -#include "statements.h" -#include "structs.h" -#include "text.h" -#include "types.h" +#include "compilation.h" public Text_t compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t *ast) { |
