diff options
author | johnvg | 2004-02-20 16:50:43 +0000 |
---|---|---|
committer | johnvg | 2004-02-20 16:50:43 +0000 |
commit | 0bf8f52305f36c77bf945f01fba830abf19a99c9 (patch) | |
tree | 437de73a6e516a196837ef169d634bbbc2213f1e | |
parent | remove calls of PrintTCType and InitTypeChecker, change #includes (diff) |
remove include of overloading.h
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1460 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/checksupport.c | 1 | ||||
-rw-r--r-- | backendC/CleanCompilerSources/dbprint.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/checksupport.c b/backendC/CleanCompilerSources/checksupport.c index 19d2ad0..cecd7f6 100644 --- a/backendC/CleanCompilerSources/checksupport.c +++ b/backendC/CleanCompilerSources/checksupport.c @@ -5,7 +5,6 @@ #include "comsupport.h" #include "scanner.h" #include "checksupport.h" -#include "overloading.h" #include "settings.h" #include "buildtree.h" #include "checker.h" diff --git a/backendC/CleanCompilerSources/dbprint.c b/backendC/CleanCompilerSources/dbprint.c index dad0477..960563d 100644 --- a/backendC/CleanCompilerSources/dbprint.c +++ b/backendC/CleanCompilerSources/dbprint.c @@ -8,7 +8,6 @@ #include "sizes.h" #include "checker.h" #include "checksupport.h" -#include "overloading.h" #include "dbprint.h" #include "codegen_types.h" |