aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie/if_ie.c
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/ie/if_ie.c
parent8c375f5868b775d9853f48a07dade43079877e59 (diff)
downloadsrc-3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315.tar.gz
src-3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315.zip
Removed unused #includes.
Notes
Notes: svn path=/head/; revision=34928
Diffstat (limited to 'sys/dev/ie/if_ie.c')
-rw-r--r--sys/dev/ie/if_ie.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 1eeb5330beec..755656c45d48 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -47,7 +47,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.49 1998/01/08 23:40:56 eivind Exp $
+ * $Id: if_ie.c,v 1.50 1998/02/09 06:08:29 eivind Exp $
*/
/*
@@ -121,9 +121,7 @@ iomem and and with 0xffff.
#include <sys/sockio.h>
#include <sys/syslog.h>
-#include <net/ethernet.h>
#include <net/if.h>
-#include <net/if_arp.h>
#include <net/if_types.h>
#include <net/if_dl.h>