git: 4333168b1dc0 - main - stand: Remove unneeded include from geli

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 03 Aug 2022 17:24:57 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4333168b1dc0f9285e90ccba26e21348e51fe889

commit 4333168b1dc0f9285e90ccba26e21348e51fe889
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-08-03 17:13:34 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-08-03 17:24:38 +0000

    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
---
 stand/libsa/geli/geliboot_internal.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/libsa/geli/geliboot_internal.h b/stand/libsa/geli/geliboot_internal.h
index 2af74466179f..74ca17f0b9b6 100644
--- a/stand/libsa/geli/geliboot_internal.h
+++ b/stand/libsa/geli/geliboot_internal.h
@@ -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>