diff options
Diffstat (limited to 'backendC')
-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" |