rm unneeded #include
This commit is contained in:
parent
a42ff1111c
commit
be931241b8
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_fw.c,v 1.15 2002/03/06 05:33:05 nathanw Exp $ */
|
||||
/* $NetBSD: if_fw.c,v 1.16 2002/06/21 11:43:04 itojun Exp $ */
|
||||
|
||||
/* XXX ALTQ XXX */
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_fw.c,v 1.15 2002/03/06 05:33:05 nathanw Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_fw.c,v 1.16 2002/06/21 11:43:04 itojun Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
#include "bpfilter.h"
|
||||
|
@ -57,7 +57,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_fw.c,v 1.15 2002/03/06 05:33:05 nathanw Exp $");
|
|||
#include <net/if_ieee1394.h>
|
||||
#include <net/if_types.h>
|
||||
#include <net/if_media.h>
|
||||
#include <net/ethertypes.h>
|
||||
#include <net/route.h>
|
||||
|
||||
#ifdef INET
|
||||
|
|
Loading…
Reference in New Issue