aboutsummaryrefslogtreecommitdiff
path: root/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'expr.c')
-rw-r--r--expr.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/expr.c b/expr.c
index e8a1ff0..f0746aa 100644
--- a/expr.c
+++ b/expr.c
@@ -8,14 +8,7 @@
#include <string.h>
#include <strings.h>
#include "util.h"
-#include "decl.h"
-#include "eval.h"
-#include "expr.h"
-#include "init.h"
-#include "pp.h"
-#include "scope.h"
-#include "token.h"
-#include "type.h"
+#include "cc.h"
static struct expr *
mkexpr(enum exprkind k, struct type *t, enum exprflags flags)