diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2018-06-22 04:17:40 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2018-06-22 04:17:40 +0000 |
| commit | 682270f0319ce9070e8ba3bd33222fb83fa05818 (patch) | |
| tree | 2419926ce5c3e289226490f633b46412712a51bc /sys/dev/bi | |
| parent | 1e6670e5555429389b716a787790de4abf450f48 (diff) | |
It's not required to include net/bpfdesc.h. Remove it.
Diffstat (limited to 'sys/dev/bi')
| -rw-r--r-- | sys/dev/bi/if_ni.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/bi/if_ni.c b/sys/dev/bi/if_ni.c index e678a81765e..021d1d6f8c5 100644 --- a/sys/dev/bi/if_ni.c +++ b/sys/dev/bi/if_ni.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ni.c,v 1.44 2016/12/15 09:28:04 ozaki-r Exp $ */ +/* $NetBSD: if_ni.c,v 1.45 2018/06/22 04:17:41 msaitoh Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. * @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.44 2016/12/15 09:28:04 ozaki-r Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.45 2018/06/22 04:17:41 msaitoh Exp $"); #include "opt_inet.h" @@ -51,13 +51,11 @@ __KERNEL_RCSID(0, "$NetBSD: if_ni.c,v 1.44 2016/12/15 09:28:04 ozaki-r Exp $"); #include <net/if.h> #include <net/if_ether.h> #include <net/if_dl.h> +#include <net/bpf.h> #include <netinet/in.h> #include <netinet/if_inarp.h> -#include <net/bpf.h> -#include <net/bpfdesc.h> - #include <sys/bus.h> #ifdef __vax__ #include <machine/mtpr.h> |
