net: Remove leftover include from nftables.h

Commit db3685b404 ("net: remove obsolete members from struct net")
removed the uses of struct list_head from this header, without removing
the corresponding included header.

Signed-off-by: Jörn-Thorben Hinz <jthinz@mailbox.tu-berlin.de>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jörn-Thorben Hinz 2023-08-11 19:33:57 +02:00 committed by David S. Miller
parent 3d3829363b
commit f614a29d6c

View File

@ -2,8 +2,6 @@
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_
#include <linux/list.h>
struct netns_nftables {
u8 gencursor;
};