diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-04 12:05:06 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-04 12:27:43 -0700 |
commit | 54303c25f3d61ab8696e233bfe5d1d154617a600 (patch) | |
tree | e48069fd506dd906f0220633488b7f1aa3e55539 /init.c | |
parent | 2d036a019aa2879b092a17b740de3009d7352f74 (diff) |
Merge headers into cc.h
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -6,12 +6,7 @@ #include <stdlib.h> #include <string.h> #include "util.h" -#include "decl.h" -#include "expr.h" -#include "init.h" -#include "pp.h" -#include "token.h" -#include "type.h" +#include "cc.h" struct object { uint64_t offset; |