aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
commit55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch)
tree40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/dev/en
parent734091be671b5ef2d73da392369d73cb3fcc3d9c (diff)
downloadsrc-55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2.tar.gz
src-55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2.zip
Removed unused #includes.
Notes
Notes: svn path=/head/; revision=30813
Diffstat (limited to 'sys/dev/en')
-rw-r--r--sys/dev/en/if_en_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c
index bebff3fe7789..d1853b5748aa 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>