From fde12ae86b1d21eceaf3631fb75d955dcaa083ce Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 7 Jul 2022 16:58:01 -0600 Subject: stand: Remove extra efi.h include There's nothing EFI specific about this file, so remove including efi.h. Sponsored by: Netflix (cherry picked from commit c1bbe711040c4e2ea515ca0a81313faec76c0050) --- stand/arm64/libarm64/cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/arm64/libarm64/cache.c b/stand/arm64/libarm64/cache.c index 04fae36e0fc9..e0c627f36a60 100644 --- a/stand/arm64/libarm64/cache.c +++ b/stand/arm64/libarm64/cache.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include "bootstrap.h" #include "cache.h" -- cgit v1.2.3