diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-27 21:45:11 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-27 21:45:11 +0000 |
commit | 9a6c757252409796d0fc7add064aace61e706968 (patch) | |
tree | 26f3ceba97c1119e52c84e056bb22894adf672bd /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | 2abbe2f09119ccad8ad96841ea4632a9c8a8f04d (diff) | |
download | llvm-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.h | 5 |
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" |