diff options
author | Jim Ingham <jingham@apple.com> | 2015-09-03 01:40:51 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2015-09-03 01:40:51 +0000 |
commit | 0d5a2bd6f78c4349058f68da346ccf6bcfdf1a70 (patch) | |
tree | 36611ea5ccb46f8deedafe8dacb81b4c6ec6144d /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | d87cc319605d9c840f8100c644884ce8cff26f5f (diff) | |
download | bcm5719-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/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 8091ba5af2b..4aa486c0315 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -26,7 +26,6 @@ #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/CommandReturnObject.h" #include "lldb/Target/Language.h" -#include "lldb/Target/ObjCLanguageRuntime.h" #include "lldb/Symbol/ObjectFile.h" #include "lldb/Symbol/Variable.h" #include "lldb/Target/Process.h" |