From 48703b2d6b7c87a523e794a711fe5c0d86f15093 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 May 2025 16:51:09 -0600 Subject: [PATCH] include/bootflow.h: Audit include list This file does not need but does directly need . Signed-off-by: Tom Rini --- include/bootflow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bootflow.h b/include/bootflow.h index d408b8c85bd..5a9ac5ed3b3 100644 --- a/include/bootflow.h +++ b/include/bootflow.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include struct bootstd_priv; struct expo; -- 2.47.2