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 | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'procps')
-rw-r--r-- | procps/renice.c | 1 | ||||
-rw-r--r-- | procps/top.c | 2 |
2 files changed, 0 insertions, 3 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 @@ #include <limits.h> #include <errno.h> #include <unistd.h> -#include <sys/time.h> #include <sys/resource.h> #include "busybox.h" diff --git a/procps/top.c b/procps/top.c index 691b4ea7e..c0d16b658 100644 --- a/procps/top.c +++ b/procps/top.c @@ -40,7 +40,6 @@ #ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE #include <time.h> -#include <sys/time.h> #include <fcntl.h> #include <netinet/in.h> /* htons */ #endif @@ -370,7 +369,6 @@ static void clearmems(void) #ifdef CONFIG_FEATURE_USE_TERMIOS #include <termios.h> -#include <sys/time.h> #include <signal.h> |