[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101004162216.6d2c26c5@absol.kitzblitz>
Date: Mon, 4 Oct 2010 16:22:16 +0200
From: Nicolas Kaiser <nikai@...ai.net>
To: Patrick McHardy <kaber@...sh.net>
Cc: Hannes Eder <heder@...gle.com>, netfilter-devel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] netfilter: remove duplicated include
Remove duplicated include.
Signed-off-by: Nicolas Kaiser <nikai@...ai.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists