aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-28 13:25:01 +0000
commit3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315 (patch)
tree70e12bba187bd4e3481715840dd7e3f89c394dd6 /sys/dev/ep
parent8c375f5868b775d9853f48a07dade43079877e59 (diff)
downloadsrc-3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315.tar.gz
src-3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315.zip
Removed unused #includes.
Notes
Notes: svn path=/head/; revision=34928
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 269844902285..6e96c8f6a0d5 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.72 1998/02/06 12:13:16 eivind Exp $
+ * $Id: if_ep.c,v 1.73 1998/02/27 05:38:30 msmith Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -79,11 +79,6 @@
#include <net/if.h>
-#if defined(__FreeBSD__)
-#include <net/ethernet.h>
-#include <net/if_arp.h>
-#endif
-
#ifdef INET
#include <netinet/in.h>
#include <netinet/if_ether.h>