diff mbox

[1/7] netfilter: connlabels: remove unneeded includes

Message ID 1375105316-13216-2-git-send-email-fw@strlen.de
State Accepted
Headers show

Commit Message

Florian Westphal July 29, 2013, 1:41 p.m. UTC
leftovers from the (never merged) v1 patch.

Signed-off-by: Florian Westphal <fw@strlen.de>
---
 net/netfilter/nf_conntrack_labels.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

Comments

Pablo Neira Ayuso July 31, 2013, 4:56 p.m. UTC | #1
On Mon, Jul 29, 2013 at 03:41:50PM +0200, Florian Westphal wrote:
> leftovers from the (never merged) v1 patch.

Applied, thanks Florian.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/netfilter/nf_conntrack_labels.c b/net/netfilter/nf_conntrack_labels.c
index 8fe2e99..d3c352b 100644
--- 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>