diff mbox series

netfilter: xt_LOG: remove unused headers

Message ID 00755cb479aeafbc88c4f8b92e99ca9ada4b9af0.1577188409.git.geliangtang@gmail.com
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series netfilter: xt_LOG: remove unused headers | expand

Commit Message

Geliang Tang Dec. 24, 2019, 11:56 a.m. UTC
Some headers are not used so remove them.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 net/netfilter/xt_LOG.c | 8 --------
 1 file changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/net/netfilter/xt_LOG.c b/net/netfilter/xt_LOG.c
index a1e79b517c01..f5086a6b700a 100644
--- a/net/netfilter/xt_LOG.c
+++ b/net/netfilter/xt_LOG.c
@@ -9,15 +9,7 @@ 
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 #include <linux/module.h>
-#include <linux/spinlock.h>
 #include <linux/skbuff.h>
-#include <linux/if_arp.h>
-#include <linux/ip.h>
-#include <net/ipv6.h>
-#include <net/icmp.h>
-#include <net/udp.h>
-#include <net/tcp.h>
-#include <net/route.h>
 
 #include <linux/netfilter.h>
 #include <linux/netfilter/x_tables.h>