diff options
author | Zhitong Wang <zhitong.wangzt@alibaba-inc.com> | 2010-03-19 11:01:54 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-03-19 11:01:54 -0400 |
commit | 1159683ef48469de71dc26f0ee1a9c30d131cf89 (patch) | |
tree | 3e9c5aba8d6b8cdfca3f571ad690e6b09e6af881 | |
parent | 8bee4bad03c5b601bd6cea123c31025680587ccc (diff) |
netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.c
Remove unused headers in net/ipv6/netfilter/ip6t_LOG.c
Signed-off-by: Zhitong Wang <zhitong.wangzt@alibaba-inc.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r-- | net/ipv6/netfilter/ip6t_LOG.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/ip6t_LOG.c b/net/ipv6/netfilter/ip6t_LOG.c index b285fdf19050..e16c0c7d086d 100644 --- a/net/ipv6/netfilter/ip6t_LOG.c +++ b/net/ipv6/netfilter/ip6t_LOG.c | |||
@@ -11,7 +11,6 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/moduleparam.h> | ||
15 | #include <linux/skbuff.h> | 14 | #include <linux/skbuff.h> |
16 | #include <linux/if_arp.h> | 15 | #include <linux/if_arp.h> |
17 | #include <linux/ip.h> | 16 | #include <linux/ip.h> |