summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-05-29 17:41:47 +0000
committerZachary Turner <zturner@google.com>2015-05-29 17:41:47 +0000
commit1124045ac739480b69eb7c9be2ce09d4898c4ed0 (patch)
treef0e56543b5a5c1e32c863b79967a0636953192fa /lldb/source/Commands/CommandObjectPlatform.cpp
parent7c23cba65c2cf97ef85a31988ffb0f622612235e (diff)
downloadbcm5719-llvm-1124045ac739480b69eb7c9be2ce09d4898c4ed0.tar.gz
bcm5719-llvm-1124045ac739480b69eb7c9be2ce09d4898c4ed0.zip
Don't #include "lldb-python.h" from anywhere.
Since interaction with the python interpreter is moving towards being more isolated, we won't be able to include this header from normal files anymore, all includes of it should be localized to the python library which will live under source/bindings/API/Python after a future patch. None of the files that were including this header actually depended on it anyway, so it was just a dead include in every single instance. llvm-svn: 238581
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectPlatform.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp
index 16326e4193b..59c3c5b9295 100644
--- a/lldb/source/Commands/CommandObjectPlatform.cpp
+++ b/lldb/source/Commands/CommandObjectPlatform.cpp
@@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
-#include "lldb/lldb-python.h"
-
#include "CommandObjectPlatform.h"
// C Includes
OpenPOWER on IntegriCloud