diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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) |