From 7e937d08e1348a0b0f543273ee1b997ea75cb8a0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 14 Dec 2022 21:50:34 -0800 Subject: Don't include StringSwitch (NFC) These files do not use llvm::StringSwitch. --- lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp') 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" -- cgit v1.1