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 /miscutils/time.c | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.bz2 busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 89c48547a..0a2fb7748 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <string.h> | 29 | #include <string.h> |
30 | #include <limits.h> | 30 | #include <limits.h> |
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include <sys/time.h> | ||
33 | #include <sys/types.h> /* For pid_t. */ | 32 | #include <sys/types.h> /* For pid_t. */ |
34 | #include <sys/wait.h> | 33 | #include <sys/wait.h> |
35 | #include <sys/param.h> /* For getpagesize, maybe. */ | 34 | #include <sys/param.h> /* For getpagesize, maybe. */ |