From 1124045ac739480b69eb7c9be2ce09d4898c4ed0 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 29 May 2015 17:41:47 +0000 Subject: Don't #include "lldb-python.h" from anywhere. Since interaction with the python interpreter is moving towards being more isolated, we won't be able to include this header from normal files anymore, all includes of it should be localized to the python library which will live under source/bindings/API/Python after a future patch. None of the files that were including this header actually depended on it anyway, so it was just a dead include in every single instance. llvm-svn: 238581 --- lldb/source/Commands/CommandObjectExpression.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectExpression.cpp') diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 1d385eadf0b..f4bb8fbac11 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -7,8 +7,6 @@ // //===----------------------------------------------------------------------===// -#include "lldb/lldb-python.h" - #include "CommandObjectExpression.h" // C Includes -- cgit v1.2.3