diff options
author | Kazu Hirata <kazu@google.com> | 2022-12-14 21:50:34 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-12-14 21:50:34 -0800 |
commit | 7e937d08e1348a0b0f543273ee1b997ea75cb8a0 (patch) | |
tree | 29879281fa8a7b24e3038b060a5a774f62c18e1a /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | 46b9d57976517f61d7478104cc95946d1bc03bf0 (diff) | |
download | llvm-7e937d08e1348a0b0f543273ee1b997ea75cb8a0.zip llvm-7e937d08e1348a0b0f543273ee1b997ea75cb8a0.tar.gz llvm-7e937d08e1348a0b0f543273ee1b997ea75cb8a0.tar.bz2 |
Don't include StringSwitch (NFC)
These files do not use llvm::StringSwitch.
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 f0f5deb..2291856 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp @@ -20,7 +20,6 @@ #include "lldb/Utility/Log.h" #include "lldb/Utility/Stream.h" -#include "llvm/ADT/StringSwitch.h" #include "llvm/Support/Casting.h" #include "llvm/Support/ConvertUTF.h" #include "llvm/Support/Errno.h" |