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 /procps/renice.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 'procps/renice.c')
-rw-r--r-- | procps/renice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/renice.c b/procps/renice.c index d4ce66d2e..711ed164e 100644 --- a/procps/renice.c +++ b/procps/renice.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <limits.h> | 38 | #include <limits.h> |
39 | #include <errno.h> | 39 | #include <errno.h> |
40 | #include <unistd.h> | 40 | #include <unistd.h> |
41 | #include <sys/time.h> | ||
42 | #include <sys/resource.h> | 41 | #include <sys/resource.h> |
43 | #include "busybox.h" | 42 | #include "busybox.h" |
44 | 43 | ||