mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Split Availability.h into multiple headers.
Put AvailabilityRange into its own header with very few dependencies so that it can be included freely in other headers that need to use it as a complete type. NFC.
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "swift/AST/ProtocolConformanceRef.h"
|
||||
#include "swift/AST/ASTContext.h"
|
||||
#include "swift/AST/Availability.h"
|
||||
#include "swift/AST/ConformanceLookup.h"
|
||||
#include "swift/AST/Decl.h"
|
||||
#include "swift/AST/GenericEnvironment.h"
|
||||
|
||||
Reference in New Issue
Block a user