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 --- include/lldb/Interpreter/PythonDataObjects.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/lldb/Interpreter/PythonDataObjects.h') diff --git a/include/lldb/Interpreter/PythonDataObjects.h b/include/lldb/Interpreter/PythonDataObjects.h index a543181..2762d45 100644 --- a/include/lldb/Interpreter/PythonDataObjects.h +++ b/include/lldb/Interpreter/PythonDataObjects.h @@ -19,11 +19,7 @@ #include "lldb/Core/ConstString.h" #include "lldb/Core/Flags.h" #include "lldb/Interpreter/OptionValue.h" -#if defined (__APPLE__) -#include -#else -#include -#endif +#include "lldb/lldb-python.h" namespace lldb_private { -- cgit v1.1