aboutsummaryrefslogtreecommitdiff
path: root/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'decl.c')
-rw-r--r--decl.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/decl.c b/decl.c
index 70cc3aa..3e07e9d 100644
--- a/decl.c
+++ b/decl.c
@@ -7,16 +7,8 @@
#include <stdlib.h>
#include <string.h>
#include "util.h"
-#include "backend.h"
-#include "decl.h"
-#include "expr.h"
+#include "cc.h"
#include "htab.h"
-#include "init.h"
-#include "pp.h"
-#include "scope.h"
-#include "stmt.h"
-#include "token.h"
-#include "type.h"
static struct list tentativedefns = {&tentativedefns, &tentativedefns};