summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-03-27 21:45:11 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-03-27 21:45:11 +0000
commit9a6c757252409796d0fc7add064aace61e706968 (patch)
tree26f3ceba97c1119e52c84e056bb22894adf672bd /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent2abbe2f09119ccad8ad96841ea4632a9c8a8f04d (diff)
downloadbcm5719-llvm-9a6c757252409796d0fc7add064aace61e706968.tar.gz
bcm5719-llvm-9a6c757252409796d0fc7add064aace61e706968.zip
[Python] Remove unused includes
llvm-svn: 357126
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp14
1 files changed, 6 insertions, 8 deletions
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 <stdio.h>
-#include <stdlib.h>
-
-#include <memory>
-#include <mutex>
-#include <string>
-
#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 <memory>
+#include <mutex>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string>
+
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud