aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
authorjohnvg2004-02-20 16:48:35 +0000
committerjohnvg2004-02-20 16:48:35 +0000
commit26a42c58992fa1b39dbf9814ff5899c2e973423a (patch)
tree753a090c25fe64f7f5a03e162f6cf739f44d24b2 /backendC
parentremove includes of typechecker.h and overloading.h (diff)
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
Diffstat (limited to 'backendC')
-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"