File tree Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 27
27
#include " swift/AST/GenericParamKey.h"
28
28
#include " swift/AST/IfConfigClause.h"
29
29
#include " swift/AST/LayoutConstraint.h"
30
- #include " swift/AST/LazyResolver.h"
31
30
#include " swift/AST/TypeAlignments.h"
32
31
#include " swift/AST/TypeWalker.h"
33
32
#include " swift/AST/Witness.h"
@@ -62,6 +61,7 @@ namespace swift {
62
61
class GenericSignature ;
63
62
class GenericTypeParamDecl ;
64
63
class GenericTypeParamType ;
64
+ class LazyResolver ;
65
65
class ModuleDecl ;
66
66
class NameAliasType ;
67
67
class EnumCaseDecl ;
Original file line number Diff line number Diff line change 20
20
#include " swift/AST/Decl.h"
21
21
#include " swift/AST/Expr.h"
22
22
#include " swift/AST/Initializer.h"
23
+ #include " swift/AST/LazyResolver.h"
23
24
#include " swift/AST/Module.h"
24
25
#include " swift/AST/ParameterList.h"
25
26
#include " swift/AST/Pattern.h"
Original file line number Diff line number Diff line change 18
18
#include " swift/AST/ASTContext.h"
19
19
#include " swift/AST/Decl.h"
20
20
#include " swift/AST/ExistentialLayout.h"
21
+ #include " swift/AST/LazyResolver.h"
21
22
#include " swift/AST/Module.h"
22
23
#include " swift/AST/ProtocolConformance.h"
23
24
#include " swift/AST/ProtocolConformanceRef.h"
Original file line number Diff line number Diff line change 17
17
#include " swift/AST/Expr.h"
18
18
#include " swift/AST/GenericEnvironment.h"
19
19
#include " swift/AST/Initializer.h"
20
+ #include " swift/AST/LazyResolver.h"
20
21
#include " swift/AST/Module.h"
21
22
#include " swift/AST/Types.h"
22
23
#include " swift/Basic/SourceManager.h"
Original file line number Diff line number Diff line change 22
22
#include " swift/AST/DiagnosticEngine.h"
23
23
#include " swift/AST/ExistentialLayout.h"
24
24
#include " swift/AST/GenericEnvironment.h"
25
+ #include " swift/AST/LazyResolver.h"
25
26
#include " swift/AST/Module.h"
26
27
#include " swift/AST/ParameterList.h"
27
28
#include " swift/AST/ProtocolConformance.h"
Original file line number Diff line number Diff line change 19
19
#include " swift/AST/ASTContext.h"
20
20
#include " swift/AST/GenericSignatureBuilder.h"
21
21
#include " swift/AST/Initializer.h"
22
+ #include " swift/AST/LazyResolver.h"
22
23
#include " swift/AST/NameLookup.h"
23
24
#include " swift/AST/ProtocolConformance.h"
24
25
#include " swift/AST/SubstitutionMap.h"
Original file line number Diff line number Diff line change 26
26
#include " swift/AST/ASTContext.h"
27
27
#include " swift/AST/Decl.h"
28
28
#include " swift/AST/GenericEnvironment.h"
29
+ #include " swift/AST/LazyResolver.h"
29
30
#include " swift/AST/Module.h"
30
31
#include " swift/AST/ProtocolConformance.h"
31
32
#include " swift/AST/Types.h"
You can’t perform that action at this time.
0 commit comments