stand: Remove unneeded include from geli

bootstrap.h isn't needed at all by geil, so remove it.

Sponsored by:		Netflix
Reviewed by:		tsoome (earlier version)
Differential Revision:	https://reviews.freebsd.org/D35920
This commit is contained in:
Warner Losh 2022-08-03 11:13:34 -06:00
parent a23c26b2fe
commit 4333168b1d

View File

@ -40,8 +40,6 @@
#include <geom/eli/g_eli.h>
#include <geom/eli/pkcs5v2.h>
#include <bootstrap.h>
/* Pull in the md5, sha256, and sha512 implementations */
#include <sys/md5.h>
#include <crypto/sha2/sha256.h>