diff options
Diffstat (limited to 'type.c')
-rw-r--r-- | type.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,8 +4,7 @@ #include <stdint.h> #include <string.h> #include "util.h" -#include "backend.h" -#include "type.h" +#include "cc.h" struct type typevoid = {.kind = TYPEVOID, .incomplete = true}; |