Removed unused #includes.

This commit is contained in:
Bruce Evans 1998-02-01 21:57:49 +00:00
parent 743d5543e2
commit 909696cc72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33000
2 changed files with 2 additions and 10 deletions

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wfd.c,v 1.4 1998/01/29 06:42:12 msmith Exp $
* $Id: wfd.c,v 1.5 1998/01/29 19:02:51 pst Exp $
*/
/*
@ -40,21 +40,17 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/file.h>
#include <sys/fcntl.h>
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/diskslice.h>
#include <sys/cdio.h>
#include <machine/ioctl_fd.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
#include <i386/isa/atapi.h>
#include <i386/isa/fdc.h>
static d_open_t wfdbopen;
static d_close_t wfdbclose;

View File

@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wfd.c,v 1.4 1998/01/29 06:42:12 msmith Exp $
* $Id: wfd.c,v 1.5 1998/01/29 19:02:51 pst Exp $
*/
/*
@ -40,21 +40,17 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
#include <sys/file.h>
#include <sys/fcntl.h>
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/diskslice.h>
#include <sys/cdio.h>
#include <machine/ioctl_fd.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
#include <i386/isa/atapi.h>
#include <i386/isa/fdc.h>
static d_open_t wfdbopen;
static d_close_t wfdbclose;