reduce spurious inclusion of libc.h
[musl] / src / stat / futimesat.c
index b4eea1d..4bdb1c2 100644 (file)
@@ -3,7 +3,6 @@
 #include <sys/stat.h>
 #include <errno.h>
 #include "syscall.h"
-#include "libc.h"
 
 int __futimesat(int dirfd, const char *pathname, const struct timeval times[2])
 {