diff options
author | johnvg | 2004-02-20 16:51:28 +0000 |
---|---|---|
committer | johnvg | 2004-02-20 16:51:28 +0000 |
commit | b6fe7acef746ef020aab23abc05b86373a62e9ed (patch) | |
tree | 0eea61baca9ebf578a1ccdb4b93917d0c395f142 /backendC/CleanCompilerSources | |
parent | remove include of overloading.h (diff) |
remove includes of typechecker.h and tctypes.t
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1461 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r-- | backendC/CleanCompilerSources/sa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/sa.c b/backendC/CleanCompilerSources/sa.c index d1eb916..5232383 100644 --- a/backendC/CleanCompilerSources/sa.c +++ b/backendC/CleanCompilerSources/sa.c @@ -39,14 +39,11 @@ #include "syntaxtr.t" #include "comsupport.h" #include "checker.h" -#include "typechecker.h" #include "sa.t" #include "sa.h" #ifdef _DB_TEST_ # include "saprint.h" #endif -#include "typechecker.h" -#include "tctypes.t" #include "typeconv.h" #include "statesgen.h" #ifdef TRANSFORM_PATTERNS_BEFORE_STRICTNESS_ANALYSIS |