Sweep unncessary radix.h inclusions

This commit is contained in:
ozaki-r 2016-04-11 08:56:16 +00:00
parent 16a8980036
commit 322b6a238d
6 changed files with 12 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: in_proto.c,v 1.118 2016/01/21 15:41:30 riastradh Exp $ */
/* $NetBSD: in_proto.c,v 1.119 2016/04/11 08:56:16 ozaki-r Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.118 2016/01/21 15:41:30 riastradh Exp $");
__KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.119 2016/04/11 08:56:16 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_mrouting.h"
@ -81,7 +81,6 @@ __KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.118 2016/01/21 15:41:30 riastradh Exp
#include <sys/mbuf.h>
#include <net/if.h>
#include <net/radix.h>
#include <net/route.h>
#include <netinet/in.h>

View File

@ -1,5 +1,5 @@
/* $KAME: sctputil.c,v 1.39 2005/06/16 20:54:06 jinmei Exp $ */
/* $NetBSD: sctputil.c,v 1.4 2016/04/03 09:57:40 mlelstv Exp $ */
/* $NetBSD: sctputil.c,v 1.5 2016/04/11 08:56:16 ozaki-r Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Cisco Systems, Inc.
@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sctputil.c,v 1.4 2016/04/03 09:57:40 mlelstv Exp $");
__KERNEL_RCSID(0, "$NetBSD: sctputil.c,v 1.5 2016/04/11 08:56:16 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@ -57,7 +57,6 @@ __KERNEL_RCSID(0, "$NetBSD: sctputil.c,v 1.4 2016/04/03 09:57:40 mlelstv Exp $")
#include <sys/callout.h>
#include <net/radix.h>
#include <net/route.h>
#ifdef INET6

View File

@ -1,4 +1,4 @@
/* $NetBSD: in6_proto.c,v 1.110 2016/01/21 15:41:30 riastradh Exp $ */
/* $NetBSD: in6_proto.c,v 1.111 2016/04/11 08:56:16 ozaki-r Exp $ */
/* $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $ */
/*
@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.110 2016/01/21 15:41:30 riastradh Exp $");
__KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.111 2016/04/11 08:56:16 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_gateway.h"
@ -80,7 +80,6 @@ __KERNEL_RCSID(0, "$NetBSD: in6_proto.c,v 1.110 2016/01/21 15:41:30 riastradh Ex
#include <sys/mbuf.h>
#include <net/if.h>
#include <net/radix.h>
#include <net/route.h>
#include <netinet/in.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nd6_rtr.c,v 1.108 2016/04/04 07:37:07 ozaki-r Exp $ */
/* $NetBSD: nd6_rtr.c,v 1.109 2016/04/11 08:56:16 ozaki-r Exp $ */
/* $KAME: nd6_rtr.c,v 1.95 2001/02/07 08:09:47 itojun Exp $ */
/*
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.108 2016/04/04 07:37:07 ozaki-r Exp $");
__KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.109 2016/04/11 08:56:16 ozaki-r Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -50,7 +50,6 @@ __KERNEL_RCSID(0, "$NetBSD: nd6_rtr.c,v 1.108 2016/04/04 07:37:07 ozaki-r Exp $"
#include <net/if_types.h>
#include <net/if_dl.h>
#include <net/route.h>
#include <net/radix.h>
#include <netinet/in.h>
#include <netinet6/in6_var.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: natm_pcb.c,v 1.16 2014/07/06 15:44:25 rtr Exp $ */
/* $NetBSD: natm_pcb.c,v 1.17 2016/04/11 08:56:16 ozaki-r Exp $ */
/*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: natm_pcb.c,v 1.16 2014/07/06 15:44:25 rtr Exp $");
__KERNEL_RCSID(0, "$NetBSD: natm_pcb.c,v 1.17 2016/04/11 08:56:16 ozaki-r Exp $");
#include "opt_ddb.h"
@ -45,7 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: natm_pcb.c,v 1.16 2014/07/06 15:44:25 rtr Exp $");
#include <sys/mbuf.h>
#include <net/if.h>
#include <net/radix.h>
#include <net/route.h>
#include <netinet/in.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_net.c,v 1.18 2016/01/26 23:12:18 pooka Exp $ */
/* $NetBSD: rump_net.c,v 1.19 2016/04/11 08:56:16 ozaki-r Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rump_net.c,v 1.18 2016/01/26 23:12:18 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: rump_net.c,v 1.19 2016/04/11 08:56:16 ozaki-r Exp $");
#include <sys/param.h>
@ -35,7 +35,6 @@ __KERNEL_RCSID(0, "$NetBSD: rump_net.c,v 1.18 2016/01/26 23:12:18 pooka Exp $");
#include <sys/socketvar.h>
#include <net/bpf.h>
#include <net/radix.h>
#include <net/route.h>
#include <rump-sys/kern.h>