summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-06-08 19:07:05 +0000
committerAlex Langford <apl@fb.com>2019-06-08 19:07:05 +0000
commitddcd5b0a0f39d211257cfd75cb135f09b33cf615 (patch)
treeff908cabd70e43e2a63117cc699cd61176e92535 /lldb/source
parent056f6f1856513209b46f68ca119e6fcf09aae604 (diff)
downloadbcm5719-llvm-ddcd5b0a0f39d211257cfd75cb135f09b33cf615.tar.gz
bcm5719-llvm-ddcd5b0a0f39d211257cfd75cb135f09b33cf615.zip
[Target] Remove unused header from Process
I forgot to remove this when I removed GetCPPLanguageRuntime from Process llvm-svn: 362885
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Target/Process.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 9f7215619e9..f6bb5cdd2d7 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -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"
OpenPOWER on IntegriCloud