File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
#ifndef SWIFT_AST_LIFETIMEDEPENDENCE_H
18
18
#define SWIFT_AST_LIFETIMEDEPENDENCE_H
19
19
20
+ #include " swift/AST/DeclContext.h"
20
21
#include " swift/AST/Identifier.h"
21
22
#include " swift/AST/IndexSubset.h"
22
23
#include " swift/AST/Ownership.h"
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ add_swift_host_library(swiftAST STATIC
61
61
IndexSubset.cpp
62
62
InlinableText.cpp
63
63
LayoutConstraint.cpp
64
+ LifetimeDependence.cpp
64
65
Module.cpp
65
66
ModuleDependencies.cpp
66
67
ModuleLoader.cpp
Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- #include " TypeChecker.h"
14
-
13
+ #include " swift/AST/LifetimeDependence.h"
15
14
#include " swift/AST/ASTContext.h"
16
15
#include " swift/AST/Decl.h"
17
- #include " swift/AST/LifetimeDependence.h"
16
+ #include " swift/AST/DiagnosticsSema.h"
17
+ #include " swift/AST/Module.h"
18
18
#include " swift/AST/ParameterList.h"
19
19
#include " swift/AST/Type.h"
20
20
#include " swift/AST/TypeRepr.h"
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ add_swift_host_library(swiftSema STATIC
35
35
DerivedConformances.cpp
36
36
ImportResolution.cpp
37
37
InstrumenterSupport.cpp
38
- LifetimeDependence.cpp
39
38
LookupVisibleDecls.cpp
40
39
MiscDiagnostics.cpp
41
40
PCMacro.cpp
You can’t perform that action at this time.
0 commit comments