Skip to content

Commit 96a332e

Browse files
[NFC] Remove redundant includes for llvm/ADT/SmallVector.h.
1 parent ba4b43a commit 96a332e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

include/swift/AST/ExistentialLayout.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "swift/Basic/ArrayRefView.h"
2121
#include "swift/AST/ASTContext.h"
2222
#include "swift/AST/Type.h"
23-
#include "llvm/ADT/SmallVector.h"
2423

2524
namespace swift {
2625
class ProtocolDecl;

include/swift/Parse/Scope.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "swift/AST/Identifier.h"
2222
#include "swift/Basic/Debug.h"
2323
#include "swift/Basic/TreeScopedHashTable.h"
24-
#include "llvm/ADT/SmallVector.h"
2524

2625
namespace swift {
2726
class ValueDecl;

include/swift/SIL/LinearLifetimeChecker.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "swift/SIL/SILInstruction.h"
2020
#include "swift/SIL/SILValue.h"
2121
#include "llvm/ADT/SmallPtrSet.h"
22-
#include "llvm/ADT/SmallVector.h"
2322

2423
namespace swift {
2524

include/swift/SILOptimizer/Analysis/Analysis.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "swift/SIL/Notifications.h"
1818
#include "llvm/ADT/DenseMap.h"
1919
#include "llvm/ADT/DenseSet.h"
20-
#include "llvm/ADT/SmallVector.h"
2120
#include "llvm/Support/Casting.h"
2221

2322
namespace swift {

0 commit comments

Comments
 (0)