aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
authorjohnvg2004-02-20 16:48:56 +0000
committerjohnvg2004-02-20 16:48:56 +0000
commit354a8dfd2abcc6408abedcdfc643cbd6cd69fc58 (patch)
tree47fa1ec85ecdc0a0c6d4baec8ddb1e5a25dfedc2 /backendC
parentinclude typeconv.h instead of typechecker.h (diff)
remove include of typechecker.h
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1458 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r--backendC/CleanCompilerSources/codegen2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/codegen2.c b/backendC/CleanCompilerSources/codegen2.c
index 50fbf51..7d55c3e 100644
--- a/backendC/CleanCompilerSources/codegen2.c
+++ b/backendC/CleanCompilerSources/codegen2.c
@@ -31,7 +31,6 @@
#include "sa.h"
#include "transform.h"
#include "instructions.h"
-#include "typechecker.h"
#include "optimisations.h"
#include "buildtree.h"