From de2662087f68970c151b26a2997516c216039b26 Mon Sep 17 00:00:00 2001 From: emaste <emaste@FreeBSD.org> Date: Wed, 19 Mar 2014 13:18:42 +0000 Subject: MFC r258884: Update LLDB to upstream r196259 snapshot Sponsored by: DARPA, AFRL --- contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp') diff --git a/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp b/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp index da4e085..1e2bd23 100644 --- a/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp +++ b/contrib/llvm/tools/lldb/source/Interpreter/PythonDataObjects.cpp @@ -15,11 +15,7 @@ #else -#if defined (__APPLE__) -#include <Python/Python.h> -#else -#include <Python.h> -#endif +#include "lldb/lldb-python.h" #include <stdio.h> -- cgit v1.1