From 26a42c58992fa1b39dbf9814ff5899c2e973423a Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 20 Feb 2004 16:48:35 +0000 Subject: include typeconv.h instead of typechecker.h git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1457 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backendC') 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" -- cgit v1.2.3