Skip to content

Commit a9794dc

Browse files
committed
Remove some unnecessary includes of GenericSignatureBuilder.h
1 parent 1262193 commit a9794dc

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Diff for: include/swift/SILOptimizer/Analysis/DifferentiableActivityAnalysis.h

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#define SWIFT_SILOPTIMIZER_ANALYSIS_DIFFERENTIABLEACTIVITYANALYSIS_H_
5050

5151
#include "swift/AST/GenericEnvironment.h"
52-
#include "swift/AST/GenericSignatureBuilder.h"
5352
#include "swift/SIL/SILFunction.h"
5453
#include "swift/SIL/SILModule.h"
5554
#include "swift/SIL/SILValue.h"

Diff for: lib/IRGen/GenType.h

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ namespace llvm {
3434
}
3535

3636
namespace swift {
37-
class GenericSignatureBuilder;
3837
class ArchetypeType;
3938
class CanType;
4039
class ClassDecl;

Diff for: lib/IRGen/IRGenModule.h

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ namespace clang {
8585

8686
namespace swift {
8787
class GenericSignature;
88-
class GenericSignatureBuilder;
8988
class AssociatedConformance;
9089
class AssociatedType;
9190
class ASTContext;

Diff for: lib/Sema/TypeCheckGeneric.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "swift/AST/DiagnosticsSema.h"
2121
#include "swift/AST/ExistentialLayout.h"
2222
#include "swift/AST/GenericEnvironment.h"
23-
#include "swift/AST/GenericSignatureBuilder.h"
2423
#include "swift/AST/ParameterList.h"
2524
#include "swift/AST/ProtocolConformance.h"
2625
#include "swift/AST/TypeCheckRequests.h"

0 commit comments

Comments
 (0)