Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5813a8eb authored by Florian Westphal's avatar Florian Westphal Committed by Pablo Neira Ayuso
Browse files

netfilter: connlabels: remove unneeded includes



leftovers from the (never merged) v1 patch.

Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 312a0c16
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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>