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/isa/if_ed.c | |
parent | 115bf410b3d9a103646ec9354add04ec05ecb99d (diff) |
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys/dev/isa/if_ed.c')
-rw-r--r-- | sys/dev/isa/if_ed.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 7537fe7b8c4..5fbcec670d3 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ed.c,v 1.51 2003/11/07 10:16:45 jmc Exp $ */ +/* $OpenBSD: if_ed.c,v 1.52 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */ /* @@ -45,7 +45,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> |