aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/PythonPointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/PythonPointer.h')
-rw-r--r--include/lldb/Utility/PythonPointer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/lldb/Utility/PythonPointer.h b/include/lldb/Utility/PythonPointer.h
index f782f7f1313c..fe90670fd2e1 100644
--- a/include/lldb/Utility/PythonPointer.h
+++ b/include/lldb/Utility/PythonPointer.h
@@ -12,11 +12,7 @@
#include <algorithm>
-#if defined (__APPLE__)
-#include <Python/Python.h>
-#else
-#include <Python.h>
-#endif
+#include "lldb/lldb-python.h"
namespace lldb_private {