Commit 1a52099640bd7c1ff1577e9a967fb781ac59dfba
Committed by
Pablo Neira Ayuso
1 parent
127f559127
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
netfilter: xt_CT: remove redundant header include
nf_conntrack_l4proto.h is included twice. Signed-off-by: Eldad Zack <eldad@fogrefinery.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
net/netfilter/xt_CT.c
... | ... | @@ -17,7 +17,6 @@ |
17 | 17 | #include <net/netfilter/nf_conntrack_l4proto.h> |
18 | 18 | #include <net/netfilter/nf_conntrack_helper.h> |
19 | 19 | #include <net/netfilter/nf_conntrack_ecache.h> |
20 | -#include <net/netfilter/nf_conntrack_l4proto.h> | |
21 | 20 | #include <net/netfilter/nf_conntrack_timeout.h> |
22 | 21 | #include <net/netfilter/nf_conntrack_zones.h> |
23 | 22 |