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 1616#ifndef SWIFT_SEMA_CSDIAGNOSTICS_H
1717#define SWIFT_SEMA_CSDIAGNOSTICS_H
1818
19- #include " Constraint.h"
2019#include " ConstraintSystem.h"
2120#include " TypeChecker.h"
2221#include " swift/AST/ASTContext.h"
Original file line number Diff line number Diff line change 1818#ifndef SWIFT_SEMA_CSSTEP_H
1919#define SWIFT_SEMA_CSSTEP_H
2020
21- #include " Constraint.h"
2221#include " ConstraintSystem.h"
2322#include " swift/AST/Types.h"
23+ #include " swift/Sema/Constraint.h"
2424#include " swift/Sema/ConstraintGraph.h"
2525#include " llvm/ADT/ArrayRef.h"
2626#include " llvm/ADT/Optional.h"
Original file line number Diff line number Diff line change 1515// constraint that must be solved.
1616//
1717// ===----------------------------------------------------------------------===//
18- #include " Constraint.h"
1918#include " ConstraintSystem.h"
2019#include " swift/AST/Types.h"
2120#include " swift/Basic/Compiler.h"
21+ #include " swift/Sema/Constraint.h"
2222#include " llvm/Support/Compiler.h"
2323#include " llvm/Support/raw_ostream.h"
2424#include < algorithm>
Original file line number Diff line number Diff line change 1818#ifndef SWIFT_SEMA_CONSTRAINT_SYSTEM_H
1919#define SWIFT_SEMA_CONSTRAINT_SYSTEM_H
2020
21- #include " Constraint.h"
2221#include " swift/AST/ASTContext.h"
2322#include " swift/AST/ASTNode.h"
2423#include " swift/AST/ASTVisitor.h"
3130#include " swift/Basic/Debug.h"
3231#include " swift/Basic/LLVM.h"
3332#include " swift/Basic/OptionSet.h"
33+ #include " swift/Sema/Constraint.h"
3434#include " swift/Sema/ConstraintGraph.h"
3535#include " swift/Sema/ConstraintGraphScope.h"
3636#include " swift/Sema/ConstraintLocator.h"
You can’t perform that action at this time.
0 commit comments