aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-03-27 21:45:11 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-03-27 21:45:11 +0000
commit9a6c757252409796d0fc7add064aace61e706968 (patch)
tree26f3ceba97c1119e52c84e056bb22894adf672bd /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parent2abbe2f09119ccad8ad96841ea4632a9c8a8f04d (diff)
downloadllvm-9a6c757252409796d0fc7add064aace61e706968.zip
llvm-9a6c757252409796d0fc7add064aace61e706968.tar.gz
llvm-9a6c757252409796d0fc7add064aace61e706968.tar.bz2
[Python] Remove unused includes
llvm-svn: 357126
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
index 48e47f3..b1e49d4 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
@@ -14,13 +14,8 @@
// LLDB Python header must be included first
#include "lldb-python.h"
-#include "lldb/Utility/Flags.h"
-
#include "lldb/Host/File.h"
-#include "lldb/Interpreter/OptionValue.h"
-#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/StructuredData.h"
-#include "lldb/lldb-defines.h"
#include "llvm/ADT/ArrayRef.h"