summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/utimensat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/utimensat.c')
-rw-r--r--sysdeps/unix/sysv/linux/utimensat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/utimensat.c b/sysdeps/unix/sysv/linux/utimensat.c
index 7ce34a0bfe..6c48ff2baa 100644
--- a/sysdeps/unix/sysv/linux/utimensat.c
+++ b/sysdeps/unix/sysv/linux/utimensat.c
@@ -20,8 +20,6 @@
#include <sys/stat.h>
#include <sysdep.h>
-#include <kernel-features.h>
-
/* Change the access time of FILE to TSP[0] and
the modification time of FILE to TSP[1].