From f1aace4c284d1880200a3f0d807d8d52df86e32e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 12 May 2004 06:35:12 +0000 Subject: network drivers don't need to include bpfdesc.h ok krw@ canacar@ --- sys/dev/ic/smc91cxx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/ic/smc91cxx.c') diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index bc30a516f52..5caa5ca0c9c 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc91cxx.c,v 1.17 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: smc91cxx.c,v 1.18 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */ /*- @@ -123,7 +123,6 @@ #if NBPFILTER > 0 #include -#include #endif #include -- cgit v1.2.3