forked from OSchip/llvm-project
[lldb] Remove unused CPPLanguageRuntime dependency
This commit is contained in:
parent
34547ac959
commit
8e36d24fca
|
@ -5,7 +5,6 @@ add_lldb_library(lldbPluginCPPRuntime PLUGIN
|
|||
lldbCore
|
||||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbPluginTypeSystemClang
|
||||
)
|
||||
|
||||
add_subdirectory(ItaniumABI)
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include "lldb/Symbol/Variable.h"
|
||||
#include "lldb/Symbol/VariableList.h"
|
||||
|
||||
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
|
||||
#include "lldb/Core/PluginManager.h"
|
||||
#include "lldb/Core/UniqueCStringMap.h"
|
||||
#include "lldb/Symbol/CompileUnit.h"
|
||||
|
|
Loading…
Reference in New Issue