* [PATCH][30/37] Clean up duplicate includes in net/netfilter/
@ 2007-07-21 15:03 Jesper Juhl
2007-07-24 15:30 ` Patrick McHardy
0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2007-07-21 15:03 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Andrew Morton, Jesper Juhl, netdev, David S Miller, Harald Welte,
netfilter-devel, Rusty Russell, James Morris, Patrick McHardy,
Netfilter Core Team, Bart De Schuymer
Hi,
This patch cleans up duplicate includes in
net/netfilter/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
diff --git a/net/netfilter/nf_conntrack_proto_tcp.c b/net/netfilter/nf_conntrack_proto_tcp.c
index 87ad3cc..eb3fe74 100644
--- a/net/netfilter/nf_conntrack_proto_tcp.c
+++ b/net/netfilter/nf_conntrack_proto_tcp.c
@@ -8,7 +8,6 @@
#include <linux/types.h>
#include <linux/timer.h>
-#include <linux/netfilter.h>
#include <linux/module.h>
#include <linux/in.h>
#include <linux/tcp.h>
diff --git a/net/netfilter/nf_conntrack_proto_udp.c b/net/netfilter/nf_conntrack_proto_udp.c
index 13d94a0..2a2fd1a 100644
--- a/net/netfilter/nf_conntrack_proto_udp.c
+++ b/net/netfilter/nf_conntrack_proto_udp.c
@@ -9,7 +9,6 @@
#include <linux/types.h>
#include <linux/timer.h>
#include <linux/module.h>
-#include <linux/netfilter.h>
#include <linux/udp.h>
#include <linux/seq_file.h>
#include <linux/skbuff.h>
diff --git a/net/netfilter/nf_conntrack_proto_udplite.c b/net/netfilter/nf_conntrack_proto_udplite.c
index 93e747b..b906b41 100644
--- a/net/netfilter/nf_conntrack_proto_udplite.c
+++ b/net/netfilter/nf_conntrack_proto_udplite.c
@@ -10,7 +10,6 @@
#include <linux/types.h>
#include <linux/timer.h>
#include <linux/module.h>
-#include <linux/netfilter.h>
#include <linux/udp.h>
#include <linux/seq_file.h>
#include <linux/skbuff.h>
diff --git a/net/netfilter/xt_physdev.c b/net/netfilter/xt_physdev.c
index f47cab7..a4bab04 100644
--- a/net/netfilter/xt_physdev.c
+++ b/net/netfilter/xt_physdev.c
@@ -13,7 +13,6 @@
#include <linux/netfilter_bridge.h>
#include <linux/netfilter/xt_physdev.h>
#include <linux/netfilter/x_tables.h>
-#include <linux/netfilter_bridge.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Bart De Schuymer <bdschuym@pandora.be>");
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][30/37] Clean up duplicate includes in net/netfilter/
2007-07-21 15:03 [PATCH][30/37] Clean up duplicate includes in net/netfilter/ Jesper Juhl
@ 2007-07-24 15:30 ` Patrick McHardy
2007-07-24 16:59 ` Jesper Juhl
0 siblings, 1 reply; 3+ messages in thread
From: Patrick McHardy @ 2007-07-24 15:30 UTC (permalink / raw)
To: Jesper Juhl
Cc: James Morris, Rusty Russell, Bart De Schuymer, Harald Welte,
netdev, netfilter-devel, Linux Kernel Mailing List,
Netfilter Core Team, Andrew Morton, David S Miller
Jesper Juhl wrote:
> This patch cleans up duplicate includes in
> net/netfilter/
I've queued this one and the bridge-netfilter patch (27/37), thanks
Jesper.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][30/37] Clean up duplicate includes in net/netfilter/
2007-07-24 15:30 ` Patrick McHardy
@ 2007-07-24 16:59 ` Jesper Juhl
0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2007-07-24 16:59 UTC (permalink / raw)
To: Patrick McHardy
Cc: Linux Kernel Mailing List, Andrew Morton, netdev, David S Miller,
Harald Welte, netfilter-devel, Rusty Russell, James Morris,
Netfilter Core Team, Bart De Schuymer
On 24/07/07, Patrick McHardy <kaber@trash.net> wrote:
> Jesper Juhl wrote:
> > This patch cleans up duplicate includes in
> > net/netfilter/
>
>
> I've queued this one and the bridge-netfilter patch (27/37), thanks
> Jesper.
>
Thanks for the feedback Patrick.
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-24 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-21 15:03 [PATCH][30/37] Clean up duplicate includes in net/netfilter/ Jesper Juhl
2007-07-24 15:30 ` Patrick McHardy
2007-07-24 16:59 ` Jesper Juhl
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).