diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:42:12 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:42:12 +0000 |
commit | 4ab25db9aad167a3a3be5a3764d63d44d14bfdac (patch) | |
tree | 5966d651dcb5588e24106791f9cd3647f358112b /coreutils/libcoreutils | |
parent | 3ea433409694393b67dd9dee3b184268ab75ac56 (diff) | |
download | busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.gz busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.bz2 busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.zip |
delete tons of extra #includes
git-svn-id: svn://busybox.net/trunk/busybox@18717 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/libcoreutils')
-rw-r--r-- | coreutils/libcoreutils/getopt_mk_fifo_nod.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/coreutils/libcoreutils/getopt_mk_fifo_nod.c b/coreutils/libcoreutils/getopt_mk_fifo_nod.c index 32fa9bede..5065c3886 100644 --- a/coreutils/libcoreutils/getopt_mk_fifo_nod.c +++ b/coreutils/libcoreutils/getopt_mk_fifo_nod.c | |||
@@ -20,11 +20,8 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <sys/types.h> | ||
24 | #include <sys/stat.h> | ||
25 | #include <unistd.h> | ||
26 | #include "libbb.h" | 23 | #include "libbb.h" |
27 | #include "coreutils.h" | 24 | //#include "coreutils.h" |
28 | 25 | ||
29 | mode_t getopt_mk_fifo_nod(int argc, char **argv) | 26 | mode_t getopt_mk_fifo_nod(int argc, char **argv) |
30 | { | 27 | { |