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/isa/if_hp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/isa/if_hp.c') diff --git a/sys/dev/isa/if_hp.c b/sys/dev/isa/if_hp.c index 9bca88a8f82..2d31185b352 100644 --- a/sys/dev/isa/if_hp.c +++ b/sys/dev/isa/if_hp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hp.c,v 1.10 2003/06/02 23:28:02 millert Exp $ */ +/* $OpenBSD: if_hp.c,v 1.11 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_hp.c,v 1.21 1995/12/24 02:31:31 mycroft Exp $ */ /* XXX THIS DRIVER IS BROKEN. IT WILL NOT EVEN COMPILE. */ @@ -78,7 +78,6 @@ #if NBPFILTER > 0 #include #include -#include #endif #include -- cgit v1.2.3