diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-23 07:09:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-23 07:09:28 +0000 |
commit | a54b2d998d2865e9ab65b815816dbadfb826c7b8 (patch) | |
tree | ec834aed3b93f746b7d9cde3fb7a465c1e4a39ac | |
parent | f2ef8679014f9b5d56f260d7badcc498a64dbb85 (diff) | |
download | coreutils-a54b2d998d2865e9ab65b815816dbadfb826c7b8.tar.xz |
Don't include unistd.h or time.h; system.h already does it.
-rw-r--r-- | src/stat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stat.c b/src/stat.c index 2dc82438f..f44ae8925 100644 --- a/src/stat.c +++ b/src/stat.c @@ -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 |