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 1717#ifndef SWIFT_AST_LIFETIMEDEPENDENCE_H
1818#define SWIFT_AST_LIFETIMEDEPENDENCE_H
1919
20+ #include " swift/AST/DeclContext.h"
2021#include " swift/AST/Identifier.h"
2122#include " swift/AST/IndexSubset.h"
2223#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
6161 IndexSubset.cpp
6262 InlinableText.cpp
6363 LayoutConstraint.cpp
64+ LifetimeDependence.cpp
6465 Module.cpp
6566 ModuleDependencies.cpp
6667 ModuleLoader.cpp
Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13- #include " TypeChecker.h"
14-
13+ #include " swift/AST/LifetimeDependence.h"
1514#include " swift/AST/ASTContext.h"
1615#include " swift/AST/Decl.h"
17- #include " swift/AST/LifetimeDependence.h"
16+ #include " swift/AST/DiagnosticsSema.h"
17+ #include " swift/AST/Module.h"
1818#include " swift/AST/ParameterList.h"
1919#include " swift/AST/Type.h"
2020#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
3535 DerivedConformances.cpp
3636 ImportResolution.cpp
3737 InstrumenterSupport.cpp
38- LifetimeDependence.cpp
3938 LookupVisibleDecls.cpp
4039 MiscDiagnostics.cpp
4140 PCMacro.cpp
You can’t perform that action at this time.
0 commit comments