<sys/conf.h> and <sys/device.h> are not needed here

This commit is contained in:
jdolecek 2002-09-22 19:35:22 +00:00
parent e305eb63e8
commit ea3e4c9a2a
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_bootparam.c,v 1.19 2001/11/10 10:59:09 lukem Exp $ */
/* $NetBSD: nfs_bootparam.c,v 1.20 2002/09/22 19:35:22 jdolecek Exp $ */
/*-
* Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_bootparam.c,v 1.19 2001/11/10 10:59:09 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: nfs_bootparam.c,v 1.20 2002/09/22 19:35:22 jdolecek Exp $");
#include "opt_nfs_boot.h"
#include "opt_inet.h"
@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: nfs_bootparam.c,v 1.19 2001/11/10 10:59:09 lukem Exp
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/device.h>
#include <sys/ioctl.h>
#include <sys/proc.h>
#include <sys/mount.h>