git: 482380c6f825 - main - stand/kboot: Remove unneeded include.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Dec 2022 18:06:27 UTC
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>