Skip to content

Commit 7edeeab

Browse files
[lldb][NetBSD] Remove unused include in FileSystemPosix.cpp (#121920)
1 parent 1332db3 commit 7edeeab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/source/Host/posix/FileSystemPosix.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// C includes
1212
#include <fcntl.h>
1313
#include <unistd.h>
14-
#if defined(__NetBSD__)
15-
#include <sys/statvfs.h>
16-
#endif
1714

1815
// lldb Includes
1916
#include "lldb/Host/Host.h"

0 commit comments

Comments
 (0)