diff options
Diffstat (limited to 'libbb/procps.c')
-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 | ||