diff options
Diffstat (limited to 'lldb/source/Interpreter/PythonDataObjects.cpp')
| -rw-r--r-- | lldb/source/Interpreter/PythonDataObjects.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Interpreter/PythonDataObjects.cpp b/lldb/source/Interpreter/PythonDataObjects.cpp index da4e085e239..8e5c2bf8fe6 100644 --- a/lldb/source/Interpreter/PythonDataObjects.cpp +++ b/lldb/source/Interpreter/PythonDataObjects.cpp @@ -15,11 +15,7 @@ #else -#if defined (__APPLE__) -#include <Python/Python.h> -#else #include <Python.h> -#endif #include <stdio.h> |

