aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-12-14 21:50:34 -0800
committerKazu Hirata <kazu@google.com>2022-12-14 21:50:34 -0800
commit7e937d08e1348a0b0f543273ee1b997ea75cb8a0 (patch)
tree29879281fa8a7b24e3038b060a5a774f62c18e1a /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent46b9d57976517f61d7478104cc95946d1bc03bf0 (diff)
downloadllvm-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.cpp1
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"