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
---
 .../llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

(limited to 'contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp')

diff --git a/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
index fc76f04..fb60fed 100644
--- a/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/contrib/llvm/tools/lldb/source/Interpreter/ScriptInterpreterPython.cpp
@@ -15,12 +15,7 @@
 
 #else
 
-#if defined (__APPLE__)
-#include <Python/Python.h>
-#else
-#include <Python.h>
-#endif
-
+#include "lldb/lldb-python.h"
 #include "lldb/Interpreter/ScriptInterpreterPython.h"
 
 #include <stdlib.h>
-- 
cgit v1.1