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/Core/ValueObjectCast.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/Core/ValueObjectCast.cpp')
| -rw-r--r-- | lldb/source/Core/ValueObjectCast.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectCast.cpp b/lldb/source/Core/ValueObjectCast.cpp index 637882cecc9..c8e0fc63754 100644 --- a/lldb/source/Core/ValueObjectCast.cpp +++ b/lldb/source/Core/ValueObjectCast.cpp @@ -27,7 +27,6 @@ #include "lldb/Symbol/Variable.h" #include "lldb/Target/ExecutionContext.h" -#include "lldb/Target/LanguageRuntime.h" #include "lldb/Target/Process.h" #include "lldb/Target/RegisterContext.h" #include "lldb/Target/Target.h" |

