diff options
author | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /util-linux | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/hwclock.c | 1 | ||||
-rw-r--r-- | util-linux/rdate.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 3d7f40026..e1a67f290 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c @@ -9,7 +9,6 @@ #include <sys/ioctl.h> -#include <sys/time.h> #include <sys/utsname.h> #include <ctype.h> #include <fcntl.h> diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 2b011ebb0..27bd1b481 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c @@ -8,7 +8,6 @@ * Licensed under GPL v2 or later, see file License for details. */ -#include <sys/time.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> |