diff options
-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 |