[PATCH net-next] net: Remove leftover include from nftables.h

From: Jörn-Thorben Hinz
Date: Fri Aug 11 2023 - 13:37:16 EST


Commit db3685b4046f ("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@xxxxxxxxxxxxxxxxxxxx>
---
include/net/netns/nftables.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h
index 8c77832d0240..cc8060c017d5 100644
--- a/include/net/netns/nftables.h
+++ b/include/net/netns/nftables.h
@@ -2,8 +2,6 @@
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_

-#include <linux/list.h>
-
struct netns_nftables {
u8 gencursor;
};
--
2.39.2