mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: More include-what-you-use gardening
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "llvm/ADT/PointerUnion.h"
|
||||
#include "swift/AST/TypeAlignments.h"
|
||||
#include "swift/AST/Type.h"
|
||||
#include "swift/AST/ProtocolConformance.h"
|
||||
|
||||
namespace llvm {
|
||||
class raw_ostream;
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#ifndef SWIFT_AST_SUBSTITUTION_H
|
||||
#define SWIFT_AST_SUBSTITUTION_H
|
||||
|
||||
#include "swift/AST/SubstitutionMap.h"
|
||||
#include "swift/AST/Type.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
@@ -28,6 +27,7 @@ namespace llvm {
|
||||
|
||||
namespace swift {
|
||||
class GenericEnvironment;
|
||||
class SubstitutionMap;
|
||||
|
||||
/// Substitution - A substitution into a generic specialization.
|
||||
class Substitution {
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#define SWIFT_SIL_GENERICS_H
|
||||
|
||||
#include "swift/AST/Mangle.h"
|
||||
#include "swift/AST/SubstitutionMap.h"
|
||||
#include "swift/SIL/Mangle.h"
|
||||
#include "swift/SIL/SILFunction.h"
|
||||
#include "swift/SIL/SILInstruction.h"
|
||||
|
||||
Reference in New Issue
Block a user