Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-05 03:38:51 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-05 03:38:51 +0300
commitfa07680091d20f9da1f8fa2c145dd92b5d62ae09 (patch)
tree12930c47ad7f06dc86fc82279a575a6338c4aa7b /libbb/procps.c
parent9d4533ede123cf05eb66a00997ede9c64e579b4d (diff)
top: improve CPU% calculation
style fixes
Diffstat (limited to 'libbb/procps.c')
-rw-r--r--libbb/procps.c7
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 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
-#include <dirent.h>
-#include <string.h>
-#include <stdlib.h>
-#include <sys/param.h>
-#include <unistd.h>
-#include <fcntl.h>
-
#include "libbb.h"