[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

@@ -17,6 +17,8 @@
//===----------------------------------------------------------------------===//
#include "ConstraintSystem.h"
#include "TypeChecker.h"
using namespace swift;
using namespace swift::constraints;