git: 7c1e9eef6f11 - stable/13 - stand: Remove unnecessary include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 22:11:50 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=7c1e9eef6f11c1adac277e3f54cd92175bd9ccbc
commit 7c1e9eef6f11c1adac277e3f54cd92175bd9ccbc
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-08-11 14:59:48 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:29 +0000
stand: Remove unnecessary include
stdbool.h is implied by stand.h, so remove it.
Sponsored by: Netflix
(cherry picked from commit bec11d96318bc8647f28b580829eeb7ba9d05768)
---
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>