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.h | |
parent | b9fcc2b171472e4921f7a50465a5dbbc4113e5a2 (diff) | |
download | bcm5719-llvm-9ba9dfdd02f04c91db04f553a445d4c00686a8b9.tar.gz bcm5719-llvm-9ba9dfdd02f04c91db04f553a445d4c00686a8b9.zip |
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.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index fd77a34750f..16e106d2d23 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -16,12 +16,13 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/lldb-defines.h" +#include "lldb-python.h" #include "lldb/Core/ConstString.h" -#include "lldb/Core/StructuredData.h" #include "lldb/Core/Flags.h" +#include "lldb/Core/StructuredData.h" #include "lldb/Host/File.h" #include "lldb/Interpreter/OptionValue.h" +#include "lldb/lldb-defines.h" #include "llvm/ADT/ArrayRef.h" |