Removed unused includes.

Ifdefed conditionally used includes.
This commit is contained in:
Bruce Evans 1998-06-21 17:08:08 +00:00
parent 2d7fa8d877
commit 86ef30b746
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37098

View File

@ -47,7 +47,7 @@
*/
/*
* $Id: if_ze.c,v 1.52 1998/04/15 17:45:26 bde Exp $
* $Id: if_ze.c,v 1.53 1998/06/07 17:10:39 dfr Exp $
*/
/* XXX don't mix different PCCARD support code. */
@ -70,7 +70,6 @@ static char const zedummy[] = "code to use the includes of card.h and pcic.h";
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
@ -101,7 +100,9 @@ static char const zedummy[] = "code to use the includes of card.h and pcic.h";
#include <machine/md_var.h>
#include <i386/isa/isa_device.h>
#ifndef SMP
#include <i386/isa/icu.h>
#endif
#include <i386/isa/if_edreg.h>
#include <i386/isa/pcic.h>