aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
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 2698449022851..6e96c8f6a0d58 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>