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/Interpreter/ScriptInterpreter.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/Interpreter/ScriptInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/ScriptInterpreter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreter.cpp b/lldb/source/Interpreter/ScriptInterpreter.cpp index 1486905c6e5..8305a848e3d 100644 --- a/lldb/source/Interpreter/ScriptInterpreter.cpp +++ b/lldb/source/Interpreter/ScriptInterpreter.cpp @@ -19,7 +19,6 @@ #include "lldb/Core/Stream.h" #include "lldb/Core/StringList.h" #include "lldb/Interpreter/CommandReturnObject.h" -#include "lldb/Interpreter/ScriptInterpreterPython.h" #include "lldb/Utility/PseudoTerminal.h" using namespace lldb; |