diff options
author | Zachary Turner <zturner@google.com> | 2015-05-28 19:57:03 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-05-28 19:57:03 +0000 |
commit | 386aafa6e3f82f3d41dcdea0ef7461590a1b634a (patch) | |
tree | 566a31bef1c8c8bcf0ba6c1c1a6f140677cc111d /lldb/source/Core/ValueObject.cpp | |
parent | c48ec9d0ffd4eaca0d7abbf70059428f1e46fd4f (diff) | |
download | bcm5719-llvm-386aafa6e3f82f3d41dcdea0ef7461590a1b634a.tar.gz bcm5719-llvm-386aafa6e3f82f3d41dcdea0ef7461590a1b634a.zip |
Remove unused #includes of ScriptInterpreterPython.h
llvm-svn: 238470
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r-- | lldb/source/Core/ValueObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index 1d40eab25a0..22e61d0a7d9 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -43,7 +43,6 @@ #include "lldb/Host/Endian.h" #include "lldb/Interpreter/CommandInterpreter.h" -#include "lldb/Interpreter/ScriptInterpreterPython.h" #include "lldb/Symbol/ClangASTType.h" #include "lldb/Symbol/ClangASTContext.h" |