diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-27 21:42:58 +0000 |
commit | 6a0c588bf35d45f27feb0b18c7e97bb038df4d63 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /procps/top.c | |
parent | d40b24b9afb1d7223d8042e72d27e5b9a5271177 (diff) | |
download | busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.gz busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.bz2 busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.zip |
Consolidate #include <sys/time.h> so libbb.h does it.
git-svn-id: svn://busybox.net/trunk/busybox@15203 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 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 | ||