From: Aurelien Jarno Date: Tue, 1 Nov 2022 19:49:32 +0000 (+0100) Subject: linux: Drop useless include from fstatat.c X-Git-Tag: glibc-2.37~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ce325dfc50e13cf8240424fa0561fca78e72e7;p=thirdparty%2Fglibc.git linux: Drop useless include from fstatat.c It is a left-over from previous refactorings. Reviewed by: Adhemerval Zanella --- diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c index 055fb4762e1..8926eed2445 100644 --- a/sysdeps/unix/sysv/linux/fstatat.c +++ b/sysdeps/unix/sysv/linux/fstatat.c @@ -21,8 +21,6 @@ #include #if !XSTAT_IS_XSTAT64 -# include - int __fstatat (int fd, const char *file, struct stat *buf, int flag) {