aboutsummaryrefslogtreecommitdiff
path: root/stmt.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-15 18:00:21 -0800
committerMichael Forney <mforney@mforney.org>2019-02-15 18:00:21 -0800
commit2836001e82b23ed83c100b74e44f23b57bc5f343 (patch)
tree2576caa9a99d0450f1b9db8b89f9eb9d0e40343c /stmt.c
parent8c93eb6681295087da3611f9ee78f5c9f7a9dd37 (diff)
Rename emit.h -> backend.h
Diffstat (limited to 'stmt.c')
-rw-r--r--stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmt.c b/stmt.c
index 866d3ff..8eced24 100644
--- a/stmt.c
+++ b/stmt.c
@@ -5,8 +5,8 @@
#include <stdlib.h>
#include <string.h>
#include "util.h"
+#include "backend.h"
#include "decl.h"
-#include "emit.h"
#include "expr.h"
#include "pp.h"
#include "scope.h"