diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-05 00:38:51 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-05 00:38:51 +0000 |
commit | d2c185589694b83e492144a6a5d0f79e16dd9b74 (patch) | |
tree | 12930c47ad7f06dc86fc82279a575a6338c4aa7b /libbb | |
parent | 35674e54f092dfac129d992a80833d5ff740fd1d (diff) | |
download | busybox-w32-d2c185589694b83e492144a6a5d0f79e16dd9b74.tar.gz busybox-w32-d2c185589694b83e492144a6a5d0f79e16dd9b74.tar.bz2 busybox-w32-d2c185589694b83e492144a6a5d0f79e16dd9b74.zip |
top: improve CPU% calculation
style fixes
git-svn-id: svn://busybox.net/trunk/busybox@16508 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/procps.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 9d73fc4b7..15f77153a 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -8,13 +8,6 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <dirent.h> | ||
12 | #include <string.h> | ||
13 | #include <stdlib.h> | ||
14 | #include <sys/param.h> | ||
15 | #include <unistd.h> | ||
16 | #include <fcntl.h> | ||
17 | |||
18 | #include "libbb.h" | 11 | #include "libbb.h" |
19 | 12 | ||
20 | 13 | ||