File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Expand file tree Collapse file tree 5 files changed +3
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 16
16
#ifndef SWIFT_SEMA_CSDIAGNOSTICS_H
17
17
#define SWIFT_SEMA_CSDIAGNOSTICS_H
18
18
19
- #include " Constraint.h"
20
19
#include " ConstraintSystem.h"
21
20
#include " TypeChecker.h"
22
21
#include " swift/AST/ASTContext.h"
Original file line number Diff line number Diff line change 18
18
#ifndef SWIFT_SEMA_CSSTEP_H
19
19
#define SWIFT_SEMA_CSSTEP_H
20
20
21
- #include " Constraint.h"
22
21
#include " ConstraintSystem.h"
23
22
#include " swift/AST/Types.h"
23
+ #include " swift/Sema/Constraint.h"
24
24
#include " swift/Sema/ConstraintGraph.h"
25
25
#include " llvm/ADT/ArrayRef.h"
26
26
#include " llvm/ADT/Optional.h"
Original file line number Diff line number Diff line change 15
15
// constraint that must be solved.
16
16
//
17
17
// ===----------------------------------------------------------------------===//
18
- #include " Constraint.h"
19
18
#include " ConstraintSystem.h"
20
19
#include " swift/AST/Types.h"
21
20
#include " swift/Basic/Compiler.h"
21
+ #include " swift/Sema/Constraint.h"
22
22
#include " llvm/Support/Compiler.h"
23
23
#include " llvm/Support/raw_ostream.h"
24
24
#include < algorithm>
Original file line number Diff line number Diff line change 18
18
#ifndef SWIFT_SEMA_CONSTRAINT_SYSTEM_H
19
19
#define SWIFT_SEMA_CONSTRAINT_SYSTEM_H
20
20
21
- #include " Constraint.h"
22
21
#include " swift/AST/ASTContext.h"
23
22
#include " swift/AST/ASTNode.h"
24
23
#include " swift/AST/ASTVisitor.h"
31
30
#include " swift/Basic/Debug.h"
32
31
#include " swift/Basic/LLVM.h"
33
32
#include " swift/Basic/OptionSet.h"
33
+ #include " swift/Sema/Constraint.h"
34
34
#include " swift/Sema/ConstraintGraph.h"
35
35
#include " swift/Sema/ConstraintGraphScope.h"
36
36
#include " swift/Sema/ConstraintLocator.h"
You can’t perform that action at this time.
0 commit comments