Skip to content

Commit 8a5ae9d

Browse files
authored
Merge pull request #32678 from davezarzycki/pr32678
[SIL] NFC: Move #include of CanTypeVisitor.h
2 parents 26358c4 + 3952715 commit 8a5ae9d

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

include/swift/SIL/SILType.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef SWIFT_SIL_SILTYPE_H
1919
#define SWIFT_SIL_SILTYPE_H
2020

21-
#include "swift/AST/CanTypeVisitor.h"
2221
#include "swift/AST/SILLayout.h"
2322
#include "swift/AST/Types.h"
2423
#include "llvm/ADT/PointerIntPair.h"

lib/IRGen/MetadataRequest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "IRGenMangler.h"
3434
#include "IRGenModule.h"
3535
#include "swift/AST/ASTContext.h"
36+
#include "swift/AST/CanTypeVisitor.h"
3637
#include "swift/AST/ExistentialLayout.h"
3738
#include "swift/AST/GenericEnvironment.h"
3839
#include "swift/AST/IRGenOptions.h"

lib/SIL/IR/SILFunctionType.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#define DEBUG_TYPE "libsil"
2020
#include "swift/AST/AnyFunctionRef.h"
21+
#include "swift/AST/CanTypeVisitor.h"
2122
#include "swift/AST/Decl.h"
2223
#include "swift/AST/DiagnosticsSIL.h"
2324
#include "swift/AST/ForeignInfo.h"

lib/SILGen/SILGenExpr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "Varargs.h"
2929
#include "swift/AST/ASTContext.h"
3030
#include "swift/AST/ASTMangler.h"
31+
#include "swift/AST/CanTypeVisitor.h"
3132
#include "swift/AST/Decl.h"
3233
#include "swift/AST/DiagnosticsCommon.h"
3334
#include "swift/AST/Expr.h"

lib/SILGen/SILGenProlog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "ManagedValue.h"
1616
#include "Scope.h"
1717
#include "swift/SIL/SILArgument.h"
18+
#include "swift/AST/CanTypeVisitor.h"
1819
#include "swift/AST/GenericEnvironment.h"
1920
#include "swift/AST/ParameterList.h"
2021

0 commit comments

Comments
 (0)