aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-27 21:42:58 +0000
committerRob Landley <rob@landley.net>2006-05-27 21:42:58 +0000
commit299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch)
treea3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /procps
parentd244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff)
downloadbusybox-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')
-rw-r--r--procps/renice.c1
-rw-r--r--procps/top.c2
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 @@
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
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 @@
40 40
41#ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE 41#ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
42#include <time.h> 42#include <time.h>
43#include <sys/time.h>
44#include <fcntl.h> 43#include <fcntl.h>
45#include <netinet/in.h> /* htons */ 44#include <netinet/in.h> /* htons */
46#endif 45#endif
@@ -370,7 +369,6 @@ static void clearmems(void)
370 369
371#ifdef CONFIG_FEATURE_USE_TERMIOS 370#ifdef CONFIG_FEATURE_USE_TERMIOS
372#include <termios.h> 371#include <termios.h>
373#include <sys/time.h>
374#include <signal.h> 372#include <signal.h>
375 373
376 374