[AST] Stop including GenericSignature.h in other headers.

Except GenericEnvironment.h, because you can't meaningfully use a
GenericEnvironment without its signature. Lots less depends on
GenericSignature.h now. NFC
This commit is contained in:
Doug Gregor
2017-10-12 13:30:53 -07:00
parent bec95b2caa
commit cd3c63cbfd
30 changed files with 105 additions and 58 deletions

View File

@@ -20,6 +20,7 @@
#include "swift/AST/ASTPrinter.h"
#include "swift/AST/ASTWalker.h"
#include "swift/AST/GenericSignature.h"
#include "swift/AST/SourceEntityWalker.h"
#include "swift/Frontend/Frontend.h"
#include "swift/Frontend/PrintingDiagnosticConsumer.h"