From f4ce325dfc50e13cf8240424fa0561fca78e72e7 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 1 Nov 2022 20:49:32 +0100 Subject: linux: Drop useless include from fstatat.c It is a left-over from previous refactorings. Reviewed by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/fstatat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c index 055fb4762e..8926eed244 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) { -- cgit 1.4.1