aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c
index 00a4e16..df89aa1 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -1,5 +1,4 @@
#include "all.h"
-#include "str.h"
static void emit_prelude(str *out) {
str_append(out, "void _start(void){"