netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Alan Cox <Alan.Cox@linux.org>,
	waltje@uwalt.nl.mugnet.org, Donald Becker <becker@super.org>,
	Harald Welte <laforge@netfilter.org>,
	netdev@vger.kernel.org, Jesper Juhl <jesper.juhl@gmail.com>,
	netfilter-devel@lists.netfilter.org,
	Stefan Becker <stefanb@yello.ping.de>,
	Fabio Olive Leite <olive@unixforge.org>,
	Wensong Zhang <wensong@linuxvirtualserver.org>,
	Hirokazu Takahashi <taka@valinux.co.jp>,
	Julian Anastasov <ja@ssi.bg>,
	Jorge Cwik <jorge@laser.satlink.net>,
	Arnt Gulbrandsen <agulbra@nvg.unit.no>,
	FredNvanKempen@dragon, Andrew Morton <akpm@linux-foundation.org>,
	David S Miller <davem@davemloft.net>,
	Peter Kese <peter.kese@ijs.si>
Subject: [PATCH][28/37] Clean up duplicate includes in net/ipv4/
Date: Sat, 21 Jul 2007 17:03:38 +0200	[thread overview]
Message-ID: <200707211703.38712.jesper.juhl@gmail.com> (raw)

Hi,

This patch cleans up duplicate includes in
	net/ipv4/


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index c9e2b5e..0f1d7be 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -75,7 +75,6 @@
 #include <net/icmp.h>
 #include <net/checksum.h>
 #include <net/inetpeer.h>
-#include <net/checksum.h>
 #include <linux/igmp.h>
 #include <linux/netfilter_ipv4.h>
 #include <linux/netfilter_bridge.h>
diff --git a/net/ipv4/ipvs/ip_vs_ctl.c b/net/ipv4/ipvs/ip_vs_ctl.c
index e1052bc..c32781d 100644
--- a/net/ipv4/ipvs/ip_vs_ctl.c
+++ b/net/ipv4/ipvs/ip_vs_ctl.c
@@ -29,7 +29,6 @@
 #include <linux/proc_fs.h>
 #include <linux/workqueue.h>
 #include <linux/swap.h>
-#include <linux/proc_fs.h>
 #include <linux/seq_file.h>
 
 #include <linux/netfilter.h>
diff --git a/net/ipv4/netfilter/ipt_CLUSTERIP.c b/net/ipv4/netfilter/ipt_CLUSTERIP.c
index dcc12b1..69bd362 100644
--- a/net/ipv4/netfilter/ipt_CLUSTERIP.c
+++ b/net/ipv4/netfilter/ipt_CLUSTERIP.c
@@ -19,7 +19,6 @@
 #include <linux/udp.h>
 #include <linux/icmp.h>
 #include <linux/if_arp.h>
-#include <linux/proc_fs.h>
 #include <linux/seq_file.h>
 #include <linux/netfilter_arp.h>
 #include <linux/netfilter/x_tables.h>

                 reply	other threads:[~2007-07-21 15:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200707211703.38712.jesper.juhl@gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=Alan.Cox@linux.org \
    --cc=FredNvanKempen@dragon \
    --cc=agulbra@nvg.unit.no \
    --cc=akpm@linux-foundation.org \
    --cc=becker@super.org \
    --cc=davem@davemloft.net \
    --cc=ja@ssi.bg \
    --cc=jorge@laser.satlink.net \
    --cc=laforge@netfilter.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=olive@unixforge.org \
    --cc=peter.kese@ijs.si \
    --cc=stefanb@yello.ping.de \
    --cc=taka@valinux.co.jp \
    --cc=waltje@uwalt.nl.mugnet.org \
    --cc=wensong@linuxvirtualserver.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).