Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 22:14:02 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e0dcc847893d - stable/13 - stand/kboot: Remove unneeded include.
Message-ID:  <202301242214.30OME2nk089261@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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