aboutsummaryrefslogtreecommitdiff
path: root/type.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 /type.c
parent8c93eb6681295087da3611f9ee78f5c9f7a9dd37 (diff)
Rename emit.h -> backend.h
Diffstat (limited to 'type.c')
-rw-r--r--type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/type.c b/type.c
index 89f4d0d..90b35c2 100644
--- a/type.c
+++ b/type.c
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <string.h>
#include "util.h"
-#include "emit.h"
+#include "backend.h"
#include "type.h"
struct type typevoid = {.kind = TYPEVOID};