File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#include " swift/Basic/Statistic.h"
14
14
#include " swift/Driver/DependencyGraph.h"
15
- #include " swift/SIL/SILModule.h"
16
15
#include " llvm/Config/config.h"
17
16
#include " llvm/Support/FileSystem.h"
18
17
#include " llvm/Support/Path.h"
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " swift/IDE/Utils.h"
14
+ #include " swift/AST/ASTContext.h"
14
15
#include " swift/AST/Decl.h"
15
16
#include " swift/AST/GenericSignature.h"
16
17
#include " swift/AST/NameLookup.h"
18
+ #include " swift/AST/Types.h"
17
19
#include " swift/AST/SubstitutionMap.h"
18
20
#include " swift/Demangling/Demangle.h"
19
21
#include " swift/Demangling/ManglingMacros.h"
20
22
#include " swift/ClangImporter/ClangImporter.h"
21
- #include " swift/SIL/SILModule.h"
22
23
#include " swift/Strings.h"
23
24
24
25
#include < cstdio>
You can’t perform that action at this time.
0 commit comments