llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
Zachary Turner 1124045ac7 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
2015-05-29 17:41:47 +00:00
..
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
DynamicLoaderDarwinKernel.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
DynamicLoaderDarwinKernel.h Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
Makefile