summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-16 06:17:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-16 06:17:00 +0000
commitbc100edfc2d94328a2c87e92a77c6e772e2c77d9 (patch)
tree26562bbf17657e1b95bfef5eb1d129c4cee28ed3 /cpukit/libnetworking/nfs/bootp_subr.c
parentPartial update from FreeBSD. (diff)
downloadrtems-bc100edfc2d94328a2c87e92a77c6e772e2c77d9.tar.bz2
Remove superfluous includes.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index 6fe9b05dc5..77e133a36f 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -47,9 +47,9 @@
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/sockio.h>
-#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/mbuf.h>
+#include <sys/proc.h>
#include <sys/reboot.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
@@ -62,14 +62,11 @@
#include <net/if_dl.h>
#include <netinet/if_ether.h>
-#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>
#include <nfsclient/nfsargs.h>
#include <nfsclient/nfsdiskless.h>
#include <nfs/xdr_subs.h>
-#include <sys/stat.h>
-#include <sys/types.h>
#include <fcntl.h>
#include <rtems/mkrootfs.h>
#include <rtems/rtems_bsdnet.h>