diff options
author | bde <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
commit | fb826377ffc6b723d16bad73fa1b409c899e426b (patch) | |
tree | 3bad2b19f3a85a6c361105915e12314ccc230374 /sys/dev | |
parent | 5a1ca03129e88f784641226591a7e131195542e3 (diff) | |
download | FreeBSD-src-fb826377ffc6b723d16bad73fa1b409c899e426b.zip FreeBSD-src-fb826377ffc6b723d16bad73fa1b409c899e426b.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/eisa/eisaconf.c | 5 | ||||
-rw-r--r-- | sys/dev/en/if_en_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 3 |
3 files changed, 2 insertions, 10 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 0899fee..f1e7262 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.30 1997/08/21 20:33:29 bde Exp $ + * $Id: eisaconf.c,v 1.31 1997/09/21 21:35:23 gibbs Exp $ */ #include "opt_eisa.h" @@ -42,9 +42,6 @@ #include <i386/eisa/eisaconf.h> -#include <i386/isa/icu.h> /* Hmmm. Interrupt stuff? */ - -#include <i386/isa/intr_machdep.h> #include <sys/interrupt.h> struct eisa_device_node{ diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index bebff3f..d1853b5 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -48,7 +48,6 @@ #if (NEN > 0) && (NPCI > 0) #include <sys/param.h> -#include <sys/types.h> #include <sys/kernel.h> #include <sys/systm.h> #ifndef SHUTDOWN_PRE_SYNC @@ -63,11 +62,8 @@ #include <sys/devconf.h> #endif #include <sys/malloc.h> -#include <sys/mbuf.h> #include <sys/socket.h> -#include <sys/socketvar.h> -#include <machine/cpufunc.h> /* for rdtsc proto for clock.h below */ #include <machine/clock.h> /* for DELAY */ #include <net/if.h> diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 43f03bc..ef3284f 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.44 1997/10/17 06:27:44 davidg Exp $ + * $Id: if_fxp.c,v 1.45 1997/10/23 01:45:15 davidg Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> -#include <sys/syslog.h> #include <net/if.h> #include <net/if_dl.h> |