From 01feea9ab07c77195de7ab1f8d896b79e00a1985 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 28 Jun 2025 16:43:48 -0600 Subject: [PATCH] include/ndisc.h: Audit include list This file should not include itself, drop that. Signed-off-by: Tom Rini --- include/ndisc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ndisc.h b/include/ndisc.h index d0fe3acca4a..7d9e58aa1c2 100644 --- a/include/ndisc.h +++ b/include/ndisc.h @@ -10,8 +10,6 @@ #ifndef __NDISC_H__ #define __NDISC_H__ -#include - /* struct nd_msg - ICMPv6 Neighbour Discovery message format */ struct nd_msg { struct icmp6hdr icmph; -- 2.47.2