From 770bad587e02f5aa2851b2c650b1012f4b756188 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 7 Jan 2025 10:44:58 +0000 Subject: [PATCH] [lldb][Posix] Remove unused includes in file system You could remove unistd.h and it builds, but only because something else included it. So I've left it in in the spirit of "include what you use". --- lldb/source/Host/posix/FileSystemPosix.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lldb/source/Host/posix/FileSystemPosix.cpp b/lldb/source/Host/posix/FileSystemPosix.cpp index 945e2affc8371..d2e5b52917ac2 100644 --- a/lldb/source/Host/posix/FileSystemPosix.cpp +++ b/lldb/source/Host/posix/FileSystemPosix.cpp @@ -9,12 +9,7 @@ #include "lldb/Host/FileSystem.h" // C includes -#include #include -#include -#include -#include -#include #include #if defined(__NetBSD__) #include