From 0f31a1ef7ecf609d469ee5b34b3f0cb24ae3492d Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 3 Dec 2013 18:51:59 +0000 Subject: Import lldb as of SVN r196259 (git 3be86e5) (A number of files not required for the FreeBSD build have been removed.) Sponsored by: DARPA, AFRL --- source/Interpreter/PythonDataObjects.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/Interpreter/PythonDataObjects.cpp') diff --git a/source/Interpreter/PythonDataObjects.cpp b/source/Interpreter/PythonDataObjects.cpp index da4e085..1e2bd23 100644 --- a/source/Interpreter/PythonDataObjects.cpp +++ b/source/Interpreter/PythonDataObjects.cpp @@ -15,11 +15,7 @@ #else -#if defined (__APPLE__) -#include -#else -#include -#endif +#include "lldb/lldb-python.h" #include -- cgit v1.1