mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -29,7 +29,6 @@
|
||||
#include "swift/Subsystems.h"
|
||||
|
||||
#include "TypeChecker.h"
|
||||
#include "ConstraintSystem.h"
|
||||
|
||||
using namespace swift;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user