From ae9ff5ae6f579f321a1b695c82453b67ec1bf6db Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 15 May 2025 17:31:50 -0600 Subject: global: Avoid indirect inclusion of from Now that env_get_ip() has been removed, the include file does not need anything from . Furthermore, include/env.h itself includes other headers which can lead to longer indirect inclusion paths. To prepare to remove from fix all of the remaining places which had relied on this indirect inclusion to instead include directly. Reviewed-by: Jerome Forissier # net/lwip Acked-by: Ilias Apalodimas Reviewed-by: Wolfgang Wallner Reviewed-by: Martyn Welch Signed-off-by: Tom Rini --- lib/efi_loader/efi_bootmgr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/efi_loader/efi_bootmgr.c') diff --git a/lib/efi_loader/efi_bootmgr.c b/lib/efi_loader/efi_bootmgr.c index c0df5cb9acd..298149bcc33 100644 --- a/lib/efi_loader/efi_bootmgr.c +++ b/lib/efi_loader/efi_bootmgr.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3