Date: Thu, 11 Aug 2022 16:27:35 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bec11d96318b - main - stand: Remove unnecessary include Message-ID: <202208111627.27BGRZB0055226@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208111627.27BGRZB0055226>