aboutsummaryrefslogtreecommitdiff
path: root/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.c')
-rw-r--r--stmt.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/stmt.c b/stmt.c
index 262f6a8..73e391c 100644
--- a/stmt.c
+++ b/stmt.c
@@ -5,14 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include "util.h"
-#include "backend.h"
-#include "decl.h"
-#include "expr.h"
-#include "pp.h"
-#include "scope.h"
-#include "stmt.h"
-#include "token.h"
-#include "type.h"
+#include "cc.h"
static bool
gotolabel(struct func *f)