summaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-07-04 01:02:43 +0000
committerEd Maste <emaste@FreeBSD.org>2015-07-04 01:02:43 +0000
commit1c3bbb013d1242432bd8d1f7821f987894214710 (patch)
tree02de7f7c9d5a08ae1c4d3b4c98a565ff96cd52e6 /contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
parent94f6f93ac8d0d6b1057405b8000605dc98601b04 (diff)
parent5e95aa85bb660d45e9905ef1d7180b2678280660 (diff)
Notes
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp')
-rw-r--r--contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp b/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
index e196d81c897a..8cb3ada428e2 100644
--- a/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
+++ b/contrib/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp
@@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
-#include "lldb/lldb-python.h"
-
#include "lldb/Target/ThreadPlan.h"
// C Includes
@@ -20,7 +18,6 @@
#include "lldb/Core/State.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/ScriptInterpreter.h"
-#include "lldb/Interpreter/ScriptInterpreterPython.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/Thread.h"
#include "lldb/Target/ThreadPlan.h"