mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NFC: Make SILType.h and SILDeclRef.h not depend on SIL/*.h
SILType and SILDeclRef do not actually need anything from SIL/*.h. Also, a few dependencies can be pushed out of the headers into cpp files to speed up incremental rebuilds.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "swift/AST/PropertyWrappers.h"
|
||||
#include "swift/AST/ProtocolConformance.h"
|
||||
#include "swift/AST/RawComment.h"
|
||||
#include "swift/AST/SILLayout.h"
|
||||
#include "swift/AST/SourceFile.h"
|
||||
#include "swift/AST/SynthesizedFileUnit.h"
|
||||
#include "swift/AST/TypeCheckRequests.h"
|
||||
|
||||
Reference in New Issue
Block a user