mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Break some header dependencies for faster rebuilds (#27374)
DiagnosticEngine.h no longer depends on Attr.h. Expr.h no longer depends on TypeRepr.h. No functionality change.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#include "swift/AST/Module.h"
|
||||
#include "swift/AST/NameLookup.h"
|
||||
#include "swift/AST/SubstitutionMap.h"
|
||||
#include "swift/AST/Types.h"
|
||||
#include "swift/AST/TypeRepr.h"
|
||||
#include "swift/AST/Types.h"
|
||||
#include "swift/Basic/Mangler.h"
|
||||
#include "swift/ClangImporter/ClangImporter.h"
|
||||
#include "swift/Demangling/Demangler.h"
|
||||
|
||||
Reference in New Issue
Block a user