[TypeChecker] NFC: Include constraint system into TypeChecker header

Avoids having to include ConstraintSystem.h in TypeCheck*.cpp
files to gain access to ContextualInfo and related classes.
This commit is contained in:
Pavel Yaskevich
2020-10-06 15:42:40 -07:00
parent f94be56468
commit 0b648fb455
8 changed files with 7 additions and 15 deletions

View File

@@ -29,7 +29,6 @@
#include "swift/Subsystems.h"
#include "TypeChecker.h"
#include "ConstraintSystem.h"
using namespace swift;