diff options
author | Rob Landley | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /miscutils | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/adjtimex.c | 1 | ||||
-rw-r--r-- | miscutils/devfsd.c | 1 | ||||
-rw-r--r-- | miscutils/hdparm.c | 1 | ||||
-rw-r--r-- | miscutils/time.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 4a242cf..b5e87ba 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -44,7 +44,6 @@ #include <sys/types.h> #include <stdlib.h> #include <unistd.h> -#include <sys/time.h> #include <sys/timex.h> #include "busybox.h" diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index f99a946..aa682dc 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c @@ -57,7 +57,6 @@ #include <stdarg.h> #include <string.h> #include <ctype.h> -#include <sys/time.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 6a81498..7511f35 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c @@ -20,7 +20,6 @@ #include <endian.h> #include <sys/ioctl.h> #include <sys/sysmacros.h> -#include <sys/time.h> #include <sys/times.h> #include <sys/mount.h> #include <sys/mman.h> diff --git a/miscutils/time.c b/miscutils/time.c index 89c4854..0a2fb77 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -29,7 +29,6 @@ #include <string.h> #include <limits.h> #include <unistd.h> -#include <sys/time.h> #include <sys/types.h> /* For pid_t. */ #include <sys/wait.h> #include <sys/param.h> /* For getpagesize, maybe. */ |