git: 7da7edbc326a - stable/13 - stand: Remove unneeded include from geli

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 24 Jan 2023 22:11:45 UTC
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7da7edbc326a9c7de183ff55a2cd609fa4fe58fc

commit 7da7edbc326a9c7de183ff55a2cd609fa4fe58fc
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-08-03 17:13:34 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:29 +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
    
    (cherry picked from commit 4333168b1dc0f9285e90ccba26e21348e51fe889)
---
 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>