File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
lldb/source/Plugins/LanguageRuntime/Swift Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 44
44
#include " lldb/Utility/Timer.h"
45
45
46
46
#include " swift/AST/ASTMangler.h"
47
- #include " swift/AST/Decl.h"
48
- #include " swift/AST/Module.h"
49
47
#include " swift/Demangling/Demangle.h"
50
48
#include " swift/RemoteInspection/ReflectionContext.h"
51
49
#include " swift/RemoteAST/RemoteAST.h"
Original file line number Diff line number Diff line change 19
19
#include " lldb/Core/PluginInterface.h"
20
20
#include " lldb/Target/LanguageRuntime.h"
21
21
#include " lldb/lldb-private.h"
22
- #include " swift/Demangling/Demangle.h"
23
22
24
23
#include " llvm/ADT/Optional.h"
25
24
#include " llvm/ADT/StringSet.h"
Original file line number Diff line number Diff line change 32
32
#include " swift/AST/ASTContext.h"
33
33
#include " swift/AST/ASTMangler.h"
34
34
#include " swift/AST/ASTWalker.h"
35
- #include " swift/AST/Decl.h"
36
- #include " swift/AST/Types.h"
37
35
#include " swift/Demangling/Demangle.h"
38
36
#include " swift/RemoteInspection/ReflectionContext.h"
39
37
#include " swift/RemoteInspection/TypeRefBuilder.h"
40
- #include " swift/Remote/MemoryReader.h"
41
38
#include " swift/RemoteAST/RemoteAST.h"
42
- #include " swift/Runtime/Metadata.h"
43
39
#include " swift/Strings.h"
44
40
45
41
#include < sstream>
Original file line number Diff line number Diff line change 16
16
#include " LLDBMemoryReader.h"
17
17
#include " SwiftLanguageRuntime.h"
18
18
#include " SwiftMetadataCache.h"
19
- #include " swift/RemoteInspection/TypeLowering.h"
20
19
#include " llvm/Support/Memory.h"
21
20
22
21
namespace swift {
You can’t perform that action at this time.
0 commit comments