aboutsummaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index df53561..ef84943 100644
--- a/eval.c
+++ b/eval.c
@@ -2,8 +2,8 @@
#include <stddef.h>
#include <stdint.h>
#include "util.h"
+#include "backend.h"
#include "decl.h"
-#include "emit.h"
#include "eval.h"
#include "expr.h"
#include "token.h"