diff options
author | johnvg | 2004-02-20 16:47:50 +0000 |
---|---|---|
committer | johnvg | 2004-02-20 16:47:50 +0000 |
commit | 83fa6de490997a90be091f65220b89bb0500bf77 (patch) | |
tree | 7633a9c03fff88a0abfd56649060745df66e1855 | |
parent | move definition of UserDefinedArrayFunctions to this file (diff) |
remove includes of typechecker.h and overloading.h
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1456 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/checker_2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/checker_2.c b/backendC/CleanCompilerSources/checker_2.c index aeb59bd..0f77374 100644 --- a/backendC/CleanCompilerSources/checker_2.c +++ b/backendC/CleanCompilerSources/checker_2.c @@ -26,10 +26,8 @@ #include "codegen1.h" #include "codegen2.h" #include "instructions.h" -#include "typechecker.h" #include "transform.h" #include "checksupport.h" -#include "overloading.h" #include "settings.h" #include "checker.h" #ifdef MOVE_FUNCTIONS_IN_LAMBDAS |