diff options
author | Pavel Labath <labath@google.com> | 2016-08-11 14:12:10 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-08-11 14:12:10 +0000 |
commit | 9ba9dfdd02f04c91db04f553a445d4c00686a8b9 (patch) | |
tree | 4f482a2d1296a462c0729b49b0bd2cf4b49c7241 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | b9fcc2b171472e4921f7a50465a5dbbc4113e5a2 (diff) | |
download | llvm-9ba9dfdd02f04c91db04f553a445d4c00686a8b9.zip llvm-9ba9dfdd02f04c91db04f553a445d4c00686a8b9.tar.gz llvm-9ba9dfdd02f04c91db04f553a445d4c00686a8b9.tar.bz2 |
Make sure files include what they use (part 2/2)
This makes lldb still compile on linux after a project-wide clang-format
llvm-svn: 278335
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp index 2bc7515..6ea4c68 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp @@ -13,7 +13,6 @@ #else -#include "lldb-python.h" #include "PythonDataObjects.h" #include "ScriptInterpreterPython.h" |