diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
commit | f1aace4c284d1880200a3f0d807d8d52df86e32e (patch) | |
tree | 012da8a481f8b69d007dff6ca12d8696caa7b57d /sys/dev/ic/pdq_ifsubr.c | |
parent | 115bf410b3d9a103646ec9354add04ec05ecb99d (diff) |
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys/dev/ic/pdq_ifsubr.c')
-rw-r--r-- | sys/dev/ic/pdq_ifsubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index 64c51f7e827..d2f1dddbdf6 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq_ifsubr.c,v 1.13 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: pdq_ifsubr.c,v 1.14 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: pdq_ifsubr.c,v 1.5 1996/05/20 00:26:21 thorpej Exp $ */ /*- @@ -58,7 +58,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET |