diff options
author | Rob Landley | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /procps/top.c | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz |
Consolidate #include <sys/time.h> so libbb.h does it.
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> |