Author: Charles Zablit Date: 2026-06-11T16:14:06+01:00 New Revision: 4bfc636e16b5ff5b39ac886d2c1beaab16bee933
URL: https://github.com/llvm/llvm-project/commit/4bfc636e16b5ff5b39ac886d2c1beaab16bee933 DIFF: https://github.com/llvm/llvm-project/commit/4bfc636e16b5ff5b39ac886d2c1beaab16bee933.diff LOG: [lldb][Windows][NFC] Clean up ConnectionConPTYWindows (#203284) Remove unused `<cstring>` include (no string/mem APIs used in the file). Added: Modified: lldb/source/Host/windows/ConnectionConPTYWindows.cpp Removed: ################################################################################ diff --git a/lldb/source/Host/windows/ConnectionConPTYWindows.cpp b/lldb/source/Host/windows/ConnectionConPTYWindows.cpp index f7e90421653e3..22f8d42a8beca 100644 --- a/lldb/source/Host/windows/ConnectionConPTYWindows.cpp +++ b/lldb/source/Host/windows/ConnectionConPTYWindows.cpp @@ -10,8 +10,6 @@ #include "lldb/Utility/Status.h" #include "lldb/Utility/Timeout.h" -#include <cstring> - using namespace lldb; using namespace lldb_private; _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
