git: e0dcc847893d - stable/13 - stand/kboot: Remove unneeded include.

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

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

commit e0dcc847893d5bf0690071dc72fe979e7cf9703d
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-12-07 17:53:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:43 +0000

    stand/kboot: Remove unneeded include.
    
    endian.h isn't needed for this file, so remove it.
    
    Sponsored by:           Netflix
    
    (cherry picked from commit 482380c6f8252228a172d82e74ef0964f8fc258b)
---
 stand/kboot/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stand/kboot/main.c b/stand/kboot/main.c
index b8cd27bf3cf9..e8a9365b2c4c 100644
--- a/stand/kboot/main.c
+++ b/stand/kboot/main.c
@@ -27,7 +27,6 @@
 __FBSDID("$FreeBSD$");
 
 #include <stand.h>
-#include <sys/endian.h>
 #include <sys/param.h>
 #include <fdt_platform.h>