File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 18
18
19
19
#include " Constraint.h"
20
20
#include " ConstraintSystem.h"
21
- #include " OverloadChoice.h"
22
21
#include " TypeChecker.h"
23
22
#include " swift/AST/ASTContext.h"
24
23
#include " swift/AST/ASTNode.h"
29
28
#include " swift/AST/OperatorNameLookup.h"
30
29
#include " swift/AST/Types.h"
31
30
#include " swift/Basic/SourceLoc.h"
31
+ #include " swift/Sema/OverloadChoice.h"
32
32
#include " llvm/ADT/ArrayRef.h"
33
33
#include < tuple>
34
34
Original file line number Diff line number Diff line change 20
20
#include " CSDiagnostics.h"
21
21
#include " ConstraintLocator.h"
22
22
#include " ConstraintSystem.h"
23
- #include " OverloadChoice.h"
24
23
#include " swift/AST/Expr.h"
25
24
#include " swift/AST/ParameterList.h"
26
25
#include " swift/AST/Type.h"
27
26
#include " swift/AST/Types.h"
28
27
#include " swift/Basic/SourceManager.h"
28
+ #include " swift/Sema/OverloadChoice.h"
29
29
#include " llvm/ADT/SmallString.h"
30
30
#include " llvm/Support/raw_ostream.h"
31
31
#include < string>
Original file line number Diff line number Diff line change 19
19
#define SWIFT_SEMA_CONSTRAINT_H
20
20
21
21
#include " CSFix.h"
22
- #include " OverloadChoice.h"
23
22
#include " swift/AST/FunctionRefKind.h"
24
23
#include " swift/AST/Identifier.h"
25
24
#include " swift/AST/Type.h"
26
25
#include " swift/Basic/Debug.h"
26
+ #include " swift/Sema/OverloadChoice.h"
27
27
#include " llvm/ADT/ArrayRef.h"
28
28
#include " llvm/ADT/ilist.h"
29
29
#include " llvm/ADT/ilist_node.h"
Original file line number Diff line number Diff line change 23
23
#include " ConstraintGraph.h"
24
24
#include " ConstraintGraphScope.h"
25
25
#include " ConstraintLocator.h"
26
- #include " OverloadChoice.h"
27
26
#include " swift/AST/ASTContext.h"
28
27
#include " swift/AST/ASTNode.h"
29
28
#include " swift/AST/ASTVisitor.h"
36
35
#include " swift/Basic/Debug.h"
37
36
#include " swift/Basic/LLVM.h"
38
37
#include " swift/Basic/OptionSet.h"
38
+ #include " swift/Sema/OverloadChoice.h"
39
39
#include " swift/Sema/SolutionResult.h"
40
40
#include " llvm/ADT/MapVector.h"
41
41
#include " llvm/ADT/PointerUnion.h"
You can’t perform that action at this time.
0 commit comments