Skip to content

Commit 9fd16ca

Browse files
committed
Remove unnecessary includes of GenericSignatureBuilder.h
1 parent c5b299c commit 9fd16ca

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

lib/ClangImporter/ImportType.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#include "swift/AST/DiagnosticEngine.h"
2424
#include "swift/AST/DiagnosticsClangImporter.h"
2525
#include "swift/AST/ExistentialLayout.h"
26-
#include "swift/AST/GenericEnvironment.h"
27-
#include "swift/AST/GenericSignatureBuilder.h"
26+
#include "swift/AST/GenericParamList.h"
27+
#include "swift/AST/GenericSignature.h"
2828
#include "swift/AST/Module.h"
2929
#include "swift/AST/NameLookup.h"
3030
#include "swift/AST/ParameterList.h"

lib/SIL/IR/SILFunctionType.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "swift/AST/DiagnosticsSIL.h"
2424
#include "swift/AST/ForeignInfo.h"
2525
#include "swift/AST/GenericEnvironment.h"
26-
#include "swift/AST/GenericSignatureBuilder.h"
2726
#include "swift/AST/Module.h"
2827
#include "swift/AST/ModuleLoader.h"
2928
#include "swift/AST/ProtocolConformance.h"

lib/Sema/TypeCheckDeclPrimary.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include "swift/AST/Expr.h"
3636
#include "swift/AST/ForeignErrorConvention.h"
3737
#include "swift/AST/GenericEnvironment.h"
38-
#include "swift/AST/GenericSignatureBuilder.h"
3938
#include "swift/AST/Initializer.h"
4039
#include "swift/AST/NameLookup.h"
4140
#include "swift/AST/NameLookupRequests.h"

lib/Sema/TypeCheckGeneric.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "swift/AST/DiagnosticsSema.h"
2020
#include "swift/AST/ExistentialLayout.h"
2121
#include "swift/AST/GenericEnvironment.h"
22-
#include "swift/AST/GenericSignatureBuilder.h"
2322
#include "swift/AST/ProtocolConformance.h"
2423
#include "swift/AST/ParameterList.h"
2524
#include "swift/AST/TypeCheckRequests.h"

0 commit comments

Comments
 (0)