File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
include/swift/SILOptimizer/Analysis Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 49
49
#define SWIFT_SILOPTIMIZER_ANALYSIS_DIFFERENTIABLEACTIVITYANALYSIS_H_
50
50
51
51
#include " swift/AST/GenericEnvironment.h"
52
- #include " swift/AST/GenericSignatureBuilder.h"
53
52
#include " swift/SIL/SILFunction.h"
54
53
#include " swift/SIL/SILModule.h"
55
54
#include " swift/SIL/SILValue.h"
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ namespace llvm {
34
34
}
35
35
36
36
namespace swift {
37
- class GenericSignatureBuilder ;
38
37
class ArchetypeType ;
39
38
class CanType ;
40
39
class ClassDecl ;
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ namespace clang {
85
85
86
86
namespace swift {
87
87
class GenericSignature ;
88
- class GenericSignatureBuilder ;
89
88
class AssociatedConformance ;
90
89
class AssociatedType ;
91
90
class ASTContext ;
Original file line number Diff line number Diff line change 20
20
#include " swift/AST/DiagnosticsSema.h"
21
21
#include " swift/AST/ExistentialLayout.h"
22
22
#include " swift/AST/GenericEnvironment.h"
23
- #include " swift/AST/GenericSignatureBuilder.h"
24
23
#include " swift/AST/ParameterList.h"
25
24
#include " swift/AST/ProtocolConformance.h"
26
25
#include " swift/AST/TypeCheckRequests.h"
You can’t perform that action at this time.
0 commit comments