File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 23
23
#include " swift/AST/DiagnosticEngine.h"
24
24
#include " swift/AST/DiagnosticsClangImporter.h"
25
25
#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"
28
28
#include " swift/AST/Module.h"
29
29
#include " swift/AST/NameLookup.h"
30
30
#include " swift/AST/ParameterList.h"
Original file line number Diff line number Diff line change 23
23
#include " swift/AST/DiagnosticsSIL.h"
24
24
#include " swift/AST/ForeignInfo.h"
25
25
#include " swift/AST/GenericEnvironment.h"
26
- #include " swift/AST/GenericSignatureBuilder.h"
27
26
#include " swift/AST/Module.h"
28
27
#include " swift/AST/ModuleLoader.h"
29
28
#include " swift/AST/ProtocolConformance.h"
Original file line number Diff line number Diff line change 35
35
#include " swift/AST/Expr.h"
36
36
#include " swift/AST/ForeignErrorConvention.h"
37
37
#include " swift/AST/GenericEnvironment.h"
38
- #include " swift/AST/GenericSignatureBuilder.h"
39
38
#include " swift/AST/Initializer.h"
40
39
#include " swift/AST/NameLookup.h"
41
40
#include " swift/AST/NameLookupRequests.h"
Original file line number Diff line number Diff line change 19
19
#include " swift/AST/DiagnosticsSema.h"
20
20
#include " swift/AST/ExistentialLayout.h"
21
21
#include " swift/AST/GenericEnvironment.h"
22
- #include " swift/AST/GenericSignatureBuilder.h"
23
22
#include " swift/AST/ProtocolConformance.h"
24
23
#include " swift/AST/ParameterList.h"
25
24
#include " swift/AST/TypeCheckRequests.h"
You can’t perform that action at this time.
0 commit comments