summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2015-09-03 01:40:51 +0000
committerJim Ingham <jingham@apple.com>2015-09-03 01:40:51 +0000
commit0d5a2bd6f78c4349058f68da346ccf6bcfdf1a70 (patch)
tree36611ea5ccb46f8deedafe8dacb81b4c6ec6144d /lldb/source/Core/Debugger.cpp
parentd87cc319605d9c840f8100c644884ce8cff26f5f (diff)
downloadbcm5719-llvm-0d5a2bd6f78c4349058f68da346ccf6bcfdf1a70.tar.gz
bcm5719-llvm-0d5a2bd6f78c4349058f68da346ccf6bcfdf1a70.zip
Purge a few places where *LanguageRuntime.h was being used when it
wasn't needed. llvm-svn: 246744
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r--lldb/source/Core/Debugger.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp
index 55324f15c5e..9591fc9843d 100644
--- a/lldb/source/Core/Debugger.cpp
+++ b/lldb/source/Core/Debugger.cpp
@@ -18,6 +18,7 @@
#include "lldb/lldb-private.h"
#include "lldb/Core/FormatEntity.h"
#include "lldb/Core/Module.h"
+#include "lldb/Core/PluginInterface.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/RegisterValue.h"
#include "lldb/Core/State.h"
@@ -45,8 +46,6 @@
#include "lldb/Symbol/Function.h"
#include "lldb/Symbol/Symbol.h"
#include "lldb/Symbol/VariableList.h"
-#include "lldb/Target/CPPLanguageRuntime.h"
-#include "lldb/Target/ObjCLanguageRuntime.h"
#include "lldb/Target/TargetList.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/RegisterContext.h"
OpenPOWER on IntegriCloud