[NFC] Remove redundant sys/file.h header. (#124684)

Closes #124652.

This header was introduced in
536736995b,
but it appears that including only `fnctl.h` should be enough.
Hopefully, this patch will not cause build issues on other Unix
platforms.
This commit is contained in:
c8ef 2025-01-29 00:50:24 +08:00 committed by GitHub
parent 648912582c
commit f388ca3d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,6 @@
#include <dirent.h>
#include <pwd.h>
#include <sys/file.h>
#ifdef __APPLE__
#include <copyfile.h>