From 95e314260e7ae45fb099dc37cfaeeaddda676911 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Sat, 5 Feb 2011 02:56:16 +0000 Subject: Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. llvm-svn: 124931 --- lldb/source/Interpreter/ScriptInterpreterPython.cpp | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp') diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp index 0ebc095f57b..61bab4851cf 100644 --- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp +++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp @@ -8,19 +8,11 @@ //===----------------------------------------------------------------------===// // In order to guarantee correct working with Python, Python.h *MUST* be -// the *FIRST* header file included: - -#if defined (__APPLE__) -#include -#else -#include -#endif +// the *FIRST* header file included in ScriptInterpreterPython.h, and that +// must be the *FIRST* header file included here. #include "lldb/Interpreter/ScriptInterpreterPython.h" - -#include -#include #include #include @@ -28,20 +20,12 @@ #include "lldb/API/SBFrame.h" #include "lldb/API/SBBreakpointLocation.h" -#include "lldb/Breakpoint/Breakpoint.h" -#include "lldb/Breakpoint/BreakpointLocation.h" #include "lldb/Breakpoint/StoppointCallbackContext.h" #include "lldb/Core/Debugger.h" -#include "lldb/Core/FileSpec.h" -#include "lldb/Core/InputReader.h" -#include "lldb/Core/Stream.h" -#include "lldb/Core/StreamString.h" #include "lldb/Core/Timer.h" #include "lldb/Host/Host.h" #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/CommandReturnObject.h" -#include "lldb/Core/Debugger.h" -#include "lldb/Target/Process.h" #include "lldb/Target/Thread.h" // This function is in the C++ output file generated by SWIG after it is -- cgit v1.2.3