summaryrefslogtreecommitdiff
path: root/lldb/source/Core/SourceManager.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-05-29 17:41:47 +0000
committerZachary Turner <zturner@google.com>2015-05-29 17:41:47 +0000
commitdeb785aeb495c89202c40c2f52f05a049eee0db5 (patch)
treee59a466a3fe94b9ddcb1e479ea532e7d0faa66c0 /lldb/source/Core/SourceManager.cpp
parent5f22d1fd282546309a0c49fc31ee053d5c2e729d (diff)
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.
Diffstat (limited to 'lldb/source/Core/SourceManager.cpp')
-rw-r--r--lldb/source/Core/SourceManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Core/SourceManager.cpp b/lldb/source/Core/SourceManager.cpp
index d7fdd4d923f..324ed34bfaa 100644
--- a/lldb/source/Core/SourceManager.cpp
+++ b/lldb/source/Core/SourceManager.cpp
@@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
-#include "lldb/lldb-python.h"
-
#include "lldb/Core/SourceManager.h"
// C Includes