git: fde12ae86b1d - stable/13 - stand: Remove extra efi.h include

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 24 Jan 2023 22:10:50 UTC
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=fde12ae86b1d21eceaf3631fb75d955dcaa083ce

commit fde12ae86b1d21eceaf3631fb75d955dcaa083ce
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-07 22:58:01 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:23 +0000

    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 <machine/atomic.h>
 
 #include <stand.h>
-#include <efi.h>
 
 #include "bootstrap.h"
 #include "cache.h"