projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312a0c1
)
netfilter: connlabels: remove unneeded includes
author
Florian Westphal
<fw@strlen.de>
Mon, 29 Jul 2013 13:41:50 +0000
(15:41 +0200)
committer
Pablo 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
patch
|
blob
|
history
diff --git
a/net/netfilter/nf_conntrack_labels.c
b/net/netfilter/nf_conntrack_labels.c
index
355d2ef
..
bb53f12
100644
(file)
--- a/
net/netfilter/nf_conntrack_labels.c
+++ b/
net/netfilter/nf_conntrack_labels.c
@@
-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>