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:
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"