git: bec11d96318b - main - stand: Remove unnecessary include

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 11 Aug 2022 16:27:35 UTC
The branch main has been updated by imp:

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

commit bec11d96318bc8647f28b580829eeb7ba9d05768
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-08-11 14:59:48 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-08-11 16:27:15 +0000

    stand: Remove unnecessary include
    
    stdbool.h is implied by stand.h, so remove it.
    
    Sponsored by:           Netflix
---
 stand/i386/libi386/vidconsole.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stand/i386/libi386/vidconsole.c b/stand/i386/libi386/vidconsole.c
index 1ec6b4f5393a..7e798a1b8504 100644
--- a/stand/i386/libi386/vidconsole.c
+++ b/stand/i386/libi386/vidconsole.c
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
 #include <btxv86.h>
 #include <gfx_fb.h>
 #include <teken.h>
-#include <stdbool.h>
 #include "vbe.h"
 
 #include <dev/vt/hw/vga/vt_vga_reg.h>