aboutsummaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/eval.c b/eval.c
index f6334b6..209441d 100644
--- a/eval.c
+++ b/eval.c
@@ -2,12 +2,7 @@
#include <stddef.h>
#include <stdint.h>
#include "util.h"
-#include "backend.h"
-#include "decl.h"
-#include "eval.h"
-#include "expr.h"
-#include "token.h"
-#include "type.h"
+#include "cc.h"
static void
binary(struct expr *expr, enum tokenkind op, struct expr *l, struct expr *r)