aboutsummaryrefslogtreecommitdiff
path: root/coreutils/libcoreutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
commit4ab25db9aad167a3a3be5a3764d63d44d14bfdac (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /coreutils/libcoreutils
parent3ea433409694393b67dd9dee3b184268ab75ac56 (diff)
downloadbusybox-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.c5
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
29mode_t getopt_mk_fifo_nod(int argc, char **argv) 26mode_t getopt_mk_fifo_nod(int argc, char **argv)
30{ 27{