]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include unistd.h or time.h; system.h already does it.
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 07:09:28 +0000 (07:09 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 07:09:28 +0000 (07:09 +0000)
src/stat.c

index 2dc82438fc4e3deca5e54a42be86e6f74d2410e1..f44ae8925b895720a764b27626a20896b8a51ef2 100644 (file)
@@ -23,8 +23,6 @@
 #include <sys/types.h>
 #include <pwd.h>
 #include <grp.h>
-#include <unistd.h>
-#include <time.h>
 #if HAVE_SYS_STATVFS_H && HAVE_STRUCT_STATVFS_F_BASETYPE
 # include <sys/statvfs.h>
 #elif HAVE_SYS_VFS_H