diff mbox series

[net-next] netfilter: nf_queue: remove duplicated include from nf_queue.c

Message ID 1515589606-71967-1-git-send-email-weiyongjun1@huawei.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series [net-next] netfilter: nf_queue: remove duplicated include from nf_queue.c | expand

Commit Message

Wei Yongjun Jan. 10, 2018, 1:06 p.m. UTC
Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 net/netfilter/nf_queue.c | 2 --
 1 file changed, 2 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pablo Neira Ayuso Jan. 10, 2018, 2:17 p.m. UTC | #1
On Wed, Jan 10, 2018 at 01:06:46PM +0000, Wei Yongjun wrote:
> Remove duplicated include.

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/net/netfilter/nf_queue.c b/net/netfilter/nf_queue.c
index 7f55af5..d67a96a 100644
--- a/net/netfilter/nf_queue.c
+++ b/net/netfilter/nf_queue.c
@@ -15,8 +15,6 @@ 
 #include <linux/netfilter_bridge.h>
 #include <linux/seq_file.h>
 #include <linux/rcupdate.h>
-#include <linux/netfilter_ipv4.h>
-#include <linux/netfilter_ipv6.h>
 #include <net/protocol.h>
 #include <net/netfilter/nf_queue.h>
 #include <net/dst.h>