* [PATCH] netfilter: remove duplicated include
@ 2010-10-04 14:22 Nicolas Kaiser
2010-10-04 19:01 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Kaiser @ 2010-10-04 14:22 UTC (permalink / raw)
To: Patrick McHardy; +Cc: Hannes Eder, netfilter-devel, linux-kernel
Remove duplicated include.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---
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.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-04 19:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-04 14:22 [PATCH] netfilter: remove duplicated include Nicolas Kaiser
2010-10-04 19:01 ` Patrick McHardy
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).