mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -20,6 +20,7 @@
|
||||
#include "swift/AST/FileUnit.h"
|
||||
#include "swift/AST/Module.h"
|
||||
#include "swift/AST/RawComment.h"
|
||||
#include "swift/AST/SILLayout.h"
|
||||
#include "swift/Serialization/Validation.h"
|
||||
#include "swift/Basic/LLVM.h"
|
||||
#include "clang/AST/Type.h"
|
||||
|
||||
Reference in New Issue
Block a user