aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backendC/CleanCompilerSources/codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/codegen.c b/backendC/CleanCompilerSources/codegen.c
index 5109a41..5c177b7 100644
--- a/backendC/CleanCompilerSources/codegen.c
+++ b/backendC/CleanCompilerSources/codegen.c
@@ -16,7 +16,7 @@
#include "settings.h"
#include "sa.h"
#include "statesgen.h"
-#include "typechecker.h"
+#include "typeconv.h"
#include "codegen_types.h"
#include "codegen1.h"
#include "codegen2.h"