aboutsummaryrefslogtreecommitdiff
path: root/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'type.c')
-rw-r--r--type.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/type.c b/type.c
index 43c74cd..89136ec 100644
--- a/type.c
+++ b/type.c
@@ -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};