aboutsummaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-31 22:42:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-31 22:42:12 +0000
commit9a7d38fe2448617df98ecaea7dbe6f3131088586 (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /miscutils/devfsd.c
parentfad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (diff)
downloadbusybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.tar.gz
busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.tar.bz2
busybox-w32-9a7d38fe2448617df98ecaea7dbe6f3131088586.zip
delete tons of extra #includes
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r--miscutils/devfsd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c
index 994b80e76..ad934a3a4 100644
--- a/miscutils/devfsd.c
+++ b/miscutils/devfsd.c
@@ -54,15 +54,15 @@
54 Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia. 54 Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia.
55*/ 55*/
56 56
57#include "libbb.h" 57//#include <sys/wait.h>
58#include "xregex.h" 58//#include <sys/ioctl.h>
59#include <sys/wait.h> 59//#include <sys/socket.h>
60#include <sys/ioctl.h>
61#include <sys/socket.h>
62#include <sys/un.h> 60#include <sys/un.h>
63#include <dirent.h> 61#include <dirent.h>
64#include <syslog.h> 62#include <syslog.h>
65#include <sys/sysmacros.h> 63#include <sys/sysmacros.h>
64#include "libbb.h"
65#include "xregex.h"
66 66
67 67
68/* Various defines taken from linux/major.h */ 68/* Various defines taken from linux/major.h */