Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2022 18:06:27 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 482380c6f825 - main - stand/kboot: Remove unneeded include.
Message-ID:  <202212071806.2B7I6RtR072445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit 482380c6f8252228a172d82e74ef0964f8fc258b
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-12-07 17:53:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-12-07 18:00:54 +0000

    stand/kboot: Remove unneeded include.
    
    endian.h isn't needed for this file, so remove it.
    
    Sponsored by:           Netflix
---
 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212071806.2B7I6RtR072445>