include/fileutils: remove duplicated include
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
8ae8b20134
commit
e288dbac4f
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ static inline int close_range(unsigned int first, unsigned int last, int flags)
|
|||
# endif /* SYS_close_range */
|
||||
|
||||
# if !defined(HAVE_STATX) && defined(SYS_statx) && defined(HAVE_LINUX_STAT_H)
|
||||
# include <fcntl.h>
|
||||
# include <linux/stat.h>
|
||||
static inline int statx(int fd, const char *restrict path, int flags,
|
||||
unsigned int mask, struct statx *stx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue