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/DataFormatters/NSSet.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/DataFormatters/NSSet.cpp')
-rw-r--r-- | lldb/source/DataFormatters/NSSet.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/DataFormatters/NSSet.cpp b/lldb/source/DataFormatters/NSSet.cpp index 194d1bd29ea..116904ce99b 100644 --- a/lldb/source/DataFormatters/NSSet.cpp +++ b/lldb/source/DataFormatters/NSSet.cpp @@ -7,8 +7,6 @@ // //===----------------------------------------------------------------------===// -#include "lldb/lldb-python.h" - #include "lldb/DataFormatters/CXXFormatterFunctions.h" #include "lldb/Core/DataBufferHeap.h" |