stand/kboot: Remove unneeded include.

endian.h isn't needed for this file, so remove it.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-12-07 10:53:40 -07:00
parent 299c64e316
commit 482380c6f8

View File

@ -27,7 +27,6 @@
__FBSDID("$FreeBSD$");
#include <stand.h>
#include <sys/endian.h>
#include <sys/param.h>
#include <fdt_platform.h>