summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-08-11 14:12:10 +0000
committerPavel Labath <labath@google.com>2016-08-11 14:12:10 +0000
commit9ba9dfdd02f04c91db04f553a445d4c00686a8b9 (patch)
tree4f482a2d1296a462c0729b49b0bd2cf4b49c7241 /lldb/source/Plugins/ScriptInterpreter/Python
parentb9fcc2b171472e4921f7a50465a5dbbc4113e5a2 (diff)
downloadbcm5719-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')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp1
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h5
2 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
index 2bc75150b4d..6ea4c6869c9 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"
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"
OpenPOWER on IntegriCloud