forked from OSchip/llvm-project
[Target] Remove unused header from Process
I forgot to remove this when I removed GetCPPLanguageRuntime from Process llvm-svn: 362885
This commit is contained in:
parent
056f6f1856
commit
ddcd5b0a0f
|
@ -39,7 +39,6 @@
|
|||
#include "lldb/Symbol/Function.h"
|
||||
#include "lldb/Symbol/Symbol.h"
|
||||
#include "lldb/Target/ABI.h"
|
||||
#include "lldb/Target/CPPLanguageRuntime.h"
|
||||
#include "lldb/Target/DynamicLoader.h"
|
||||
#include "lldb/Target/InstrumentationRuntime.h"
|
||||
#include "lldb/Target/JITLoader.h"
|
||||
|
|
Loading…
Reference in New Issue