diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-05 00:38:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-05 00:38:51 +0000 |
commit | fa07680091d20f9da1f8fa2c145dd92b5d62ae09 (patch) | |
tree | 12930c47ad7f06dc86fc82279a575a6338c4aa7b /libbb | |
parent | 9d4533ede123cf05eb66a00997ede9c64e579b4d (diff) | |
download | busybox-w32-fa07680091d20f9da1f8fa2c145dd92b5d62ae09.tar.gz busybox-w32-fa07680091d20f9da1f8fa2c145dd92b5d62ae09.tar.bz2 busybox-w32-fa07680091d20f9da1f8fa2c145dd92b5d62ae09.zip |
top: improve CPU% calculation
style fixes
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 | ||