netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter: remove duplicate include line
@ 2010-08-31 12:50 Vlad Dogaru
  2010-08-31 14:10 ` Vlad Dogaru
  0 siblings, 1 reply; 2+ messages in thread
From: Vlad Dogaru @ 2010-08-31 12:50 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel, netfilter, coreteam, Vlad Dogaru

net/netfilter/xt_ipvs.c contained a duplicate header inclusion.

Signed-off-by: Vlad Dogaru <ddvlad@rosedu.org>
---
 net/netfilter/xt_ipvs.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net/netfilter/xt_ipvs.c b/net/netfilter/xt_ipvs.c
index 7a4d66d..9127a3d 100644
--- a/net/netfilter/xt_ipvs.c
+++ b/net/netfilter/xt_ipvs.c
@@ -16,7 +16,6 @@
 #include <linux/ip_vs.h>
 #include <linux/types.h>
 #include <linux/netfilter/x_tables.h>
-#include <linux/netfilter/x_tables.h>
 #include <linux/netfilter/xt_ipvs.h>
 #include <net/netfilter/nf_conntrack.h>
 
-- 
1.7.0.4


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

end of thread, other threads:[~2010-08-31 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 12:50 [PATCH] netfilter: remove duplicate include line Vlad Dogaru
2010-08-31 14:10 ` Vlad Dogaru

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