aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.h')
-rw-r--r--src/codegen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen.h b/src/codegen.h
index 6a75179..95ec069 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -1,7 +1,6 @@
#ifndef DUCC_CODEGEN_H
#define DUCC_CODEGEN_H
-#include <stdio.h>
#include "ast.h"
void codegen(Program* prog, FILE* out);