aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
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