diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/procps/top.c b/procps/top.c index 691b4ea..c0d16b6 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> |