https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/121920
None >From 0b4048f40300d00659a7b6067e183bb1fcc9efe5 Mon Sep 17 00:00:00 2001 From: David Spickett <david.spick...@linaro.org> Date: Tue, 7 Jan 2025 11:46:02 +0000 Subject: [PATCH] [lldb][NetBSD] Remove unused include in FileSystemPosix.cpp --- lldb/source/Host/posix/FileSystemPosix.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/source/Host/posix/FileSystemPosix.cpp b/lldb/source/Host/posix/FileSystemPosix.cpp index d2e5b52917ac26..4c326a29812f77 100644 --- a/lldb/source/Host/posix/FileSystemPosix.cpp +++ b/lldb/source/Host/posix/FileSystemPosix.cpp @@ -11,9 +11,6 @@ // C includes #include <fcntl.h> #include <unistd.h> -#if defined(__NetBSD__) -#include <sys/statvfs.h> -#endif // lldb Includes #include "lldb/Host/Host.h" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits