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 4444#include " lldb/Utility/Timer.h"
4545
4646#include " swift/AST/ASTMangler.h"
47- #include " swift/AST/Decl.h"
48- #include " swift/AST/Module.h"
4947#include " swift/Demangling/Demangle.h"
5048#include " swift/RemoteInspection/ReflectionContext.h"
5149#include " swift/RemoteAST/RemoteAST.h"
Original file line number Diff line number Diff line change 1919#include " lldb/Core/PluginInterface.h"
2020#include " lldb/Target/LanguageRuntime.h"
2121#include " lldb/lldb-private.h"
22- #include " swift/Demangling/Demangle.h"
2322
2423#include " llvm/ADT/Optional.h"
2524#include " llvm/ADT/StringSet.h"
Original file line number Diff line number Diff line change 3232#include " swift/AST/ASTContext.h"
3333#include " swift/AST/ASTMangler.h"
3434#include " swift/AST/ASTWalker.h"
35- #include " swift/AST/Decl.h"
36- #include " swift/AST/Types.h"
3735#include " swift/Demangling/Demangle.h"
3836#include " swift/RemoteInspection/ReflectionContext.h"
3937#include " swift/RemoteInspection/TypeRefBuilder.h"
40- #include " swift/Remote/MemoryReader.h"
4138#include " swift/RemoteAST/RemoteAST.h"
42- #include " swift/Runtime/Metadata.h"
4339#include " swift/Strings.h"
4440
4541#include < sstream>
Original file line number Diff line number Diff line change 1616#include " LLDBMemoryReader.h"
1717#include " SwiftLanguageRuntime.h"
1818#include " SwiftMetadataCache.h"
19- #include " swift/RemoteInspection/TypeLowering.h"
2019#include " llvm/Support/Memory.h"
2120
2221namespace swift {
You can’t perform that action at this time.
0 commit comments