From 9a6c757252409796d0fc7add064aace61e706968 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 27 Mar 2019 21:45:11 +0000 Subject: [Python] Remove unused includes llvm-svn: 357126 --- .../ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp index d0a9e26e884..41dc4cec0f1 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp @@ -19,16 +19,8 @@ #include "PythonExceptionState.h" #include "ScriptInterpreterPython.h" -#include -#include - -#include -#include -#include - #include "lldb/API/SBValue.h" #include "lldb/API/SBFrame.h" -#include "lldb/Breakpoint/BreakpointLocation.h" #include "lldb/Breakpoint/StoppointCallbackContext.h" #include "lldb/Breakpoint/WatchpointOptions.h" #include "lldb/Core/Communication.h" @@ -54,6 +46,12 @@ #include "llvm/ADT/StringRef.h" #include "llvm/Support/FileSystem.h" +#include +#include +#include +#include +#include + using namespace lldb; using namespace lldb_private; -- cgit v1.2.3