netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter/xt_CT.c: remove redundant header include
@ 2012-05-09 22:03 Eldad Zack
  2012-05-14  8:25 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Eldad Zack @ 2012-05-09 22:03 UTC (permalink / raw)
  To: David S. Miller, Pablo Neira Ayuso, Patrick McHardy
  Cc: netfilter-devel, netfilter, coreteam, netdev, linux-kernel,
	Eldad Zack

nf_conntrack_l4proto.h is included twice.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
---
 net/netfilter/xt_CT.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/netfilter/xt_CT.c b/net/netfilter/xt_CT.c
index 3746d8b..a51de9b 100644
--- a/net/netfilter/xt_CT.c
+++ b/net/netfilter/xt_CT.c
@@ -17,7 +17,6 @@
 #include <net/netfilter/nf_conntrack_l4proto.h>
 #include <net/netfilter/nf_conntrack_helper.h>
 #include <net/netfilter/nf_conntrack_ecache.h>
-#include <net/netfilter/nf_conntrack_l4proto.h>
 #include <net/netfilter/nf_conntrack_timeout.h>
 #include <net/netfilter/nf_conntrack_zones.h>
 
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netfilter/xt_CT.c: remove redundant header include
  2012-05-09 22:03 [PATCH] netfilter/xt_CT.c: remove redundant header include Eldad Zack
@ 2012-05-14  8:25 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2012-05-14  8:25 UTC (permalink / raw)
  To: Eldad Zack
  Cc: David S. Miller, Patrick McHardy, netfilter-devel, netfilter,
	coreteam, netdev, linux-kernel

On Thu, May 10, 2012 at 12:03:35AM +0200, Eldad Zack wrote:
> nf_conntrack_l4proto.h is included twice.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-14  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 22:03 [PATCH] netfilter/xt_CT.c: remove redundant header include Eldad Zack
2012-05-14  8:25 ` Pablo Neira Ayuso

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).