aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/qbe.c b/qbe.c
index a40540a..bb223c2 100644
--- a/qbe.c
+++ b/qbe.c
@@ -6,16 +6,9 @@
#include <string.h>
#include <inttypes.h>
#include "util.h"
-#include "backend.h"
-#include "decl.h"
-#include "eval.h"
-#include "expr.h"
+#include "cc.h"
#include "htab.h"
-#include "init.h"
-#include "scope.h"
-#include "token.h"
#include "tree.h"
-#include "type.h"
struct name {
char *str;