Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: remove duplicate include

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

stephen hemminger and committed by
Pablo Neira Ayuso
a18fd970 f7ccdb96

-2
-1
net/ipv4/netfilter/nf_reject_ipv4.c
··· 14 14 #include <net/netfilter/ipv4/nf_reject.h> 15 15 #include <linux/netfilter_ipv4.h> 16 16 #include <linux/netfilter_bridge.h> 17 - #include <net/netfilter/ipv4/nf_reject.h> 18 17 19 18 const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, 20 19 struct tcphdr *_oth, int hook)
-1
net/ipv6/netfilter/nf_reject_ipv6.c
··· 14 14 #include <net/netfilter/ipv6/nf_reject.h> 15 15 #include <linux/netfilter_ipv6.h> 16 16 #include <linux/netfilter_bridge.h> 17 - #include <net/netfilter/ipv6/nf_reject.h> 18 17 19 18 const struct tcphdr *nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb, 20 19 struct tcphdr *otcph,