Skip to content

Commit f388ca3

Browse files
authored
[NFC] Remove redundant sys/file.h header. (#124684)
Closes #124652. This header was introduced in 5367369, but it appears that including only `fnctl.h` should be enough. Hopefully, this patch will not cause build issues on other Unix platforms.
1 parent 6489125 commit f388ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Support/Unix/Path.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
#include <dirent.h>
3131
#include <pwd.h>
32-
#include <sys/file.h>
3332

3433
#ifdef __APPLE__
3534
#include <copyfile.h>

0 commit comments

Comments
 (0)