File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
#ifndef SWIFT_SIL_SILTYPE_H
19
19
#define SWIFT_SIL_SILTYPE_H
20
20
21
- #include " swift/AST/CanTypeVisitor.h"
22
21
#include " swift/AST/SILLayout.h"
23
22
#include " swift/AST/Types.h"
24
23
#include " llvm/ADT/PointerIntPair.h"
Original file line number Diff line number Diff line change 33
33
#include " IRGenMangler.h"
34
34
#include " IRGenModule.h"
35
35
#include " swift/AST/ASTContext.h"
36
+ #include " swift/AST/CanTypeVisitor.h"
36
37
#include " swift/AST/ExistentialLayout.h"
37
38
#include " swift/AST/GenericEnvironment.h"
38
39
#include " swift/AST/IRGenOptions.h"
Original file line number Diff line number Diff line change 18
18
19
19
#define DEBUG_TYPE " libsil"
20
20
#include " swift/AST/AnyFunctionRef.h"
21
+ #include " swift/AST/CanTypeVisitor.h"
21
22
#include " swift/AST/Decl.h"
22
23
#include " swift/AST/DiagnosticsSIL.h"
23
24
#include " swift/AST/ForeignInfo.h"
Original file line number Diff line number Diff line change 28
28
#include " Varargs.h"
29
29
#include " swift/AST/ASTContext.h"
30
30
#include " swift/AST/ASTMangler.h"
31
+ #include " swift/AST/CanTypeVisitor.h"
31
32
#include " swift/AST/Decl.h"
32
33
#include " swift/AST/DiagnosticsCommon.h"
33
34
#include " swift/AST/Expr.h"
Original file line number Diff line number Diff line change 15
15
#include " ManagedValue.h"
16
16
#include " Scope.h"
17
17
#include " swift/SIL/SILArgument.h"
18
+ #include " swift/AST/CanTypeVisitor.h"
18
19
#include " swift/AST/GenericEnvironment.h"
19
20
#include " swift/AST/ParameterList.h"
20
21
You can’t perform that action at this time.
0 commit comments