diff options
| author | Zachary Turner <zturner@google.com> | 2015-05-29 17:41:47 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-05-29 17:41:47 +0000 |
| commit | 1124045ac739480b69eb7c9be2ce09d4898c4ed0 (patch) | |
| tree | f0e56543b5a5c1e32c863b79967a0636953192fa /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
| parent | 7c23cba65c2cf97ef85a31988ffb0f622612235e (diff) | |
| download | bcm5719-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/CommandObjectBreakpoint.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 9fdea4ec1f1..4cbcb70d5fd 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -7,8 +7,6 @@ // //===----------------------------------------------------------------------===// -#include "lldb/lldb-python.h" - #include "CommandObjectBreakpoint.h" #include "CommandObjectBreakpointCommand.h" |

