mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user