aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/top.c')
-rw-r--r--procps/top.c2
1 files changed, 0 insertions, 2 deletions
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>