]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
netfilter: connlabels: remove unneeded includes
authorFlorian Westphal <fw@strlen.de>
Mon, 29 Jul 2013 13:41:50 +0000 (15:41 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 31 Jul 2013 14:39:18 +0000 (16:39 +0200)
leftovers from the (never merged) v1 patch.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_labels.c

index 355d2ef0809477a36176ff5287bd8bfc25faee8c..bb53f120e79cb3547b1f23eba8e3d26c91aa43a4 100644 (file)
@@ -8,12 +8,8 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/ctype.h>
 #include <linux/export.h>
-#include <linux/jhash.h>
-#include <linux/spinlock.h>
 #include <linux/types.h>
-#include <linux/slab.h>
 
 #include <net/netfilter/nf_conntrack_ecache.h>
 #include <net/netfilter/nf_conntrack_labels.h>