[Sema] Decouple ConstraintSystem and TypeChecker headers

This commit is contained in:
Pavel Yaskevich
2020-10-06 13:18:39 -07:00
parent 68d72780f1
commit f94be56468
7 changed files with 32 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
//
//===----------------------------------------------------------------------===//
#include "ConstraintSystem.h"
#include "TypeChecker.h"
#include "swift/AST/GenericSignature.h"
#include "swift/AST/ParameterList.h"
#include "swift/AST/ProtocolConformance.h"