src: Remove unused <stdbool>

Change-Id: I8567a567d979bcc0c1c710f6f231d7ecdc82b126
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61058
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Elyes HAOUAS 2022-01-12 21:40:19 +01:00 committed by Felix Held
parent 56ab8e2aae
commit 0767da9fc9
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@
#include <acpi/acpi_soundwire.h>
#include <commonlib/helpers.h>
#include <device/soundwire.h>
#include <stdbool.h>
#include <stddef.h>
/* Specification-defined prefix for SoundWire properties. */

View File

@ -4,7 +4,6 @@
#define __FRAMEBUFFER_INFO_H_
#include <stdint.h>
#include <stdbool.h>
#include <commonlib/coreboot_tables.h>
struct fb_info;

View File

@ -5,7 +5,6 @@
#define _MEMORY_INFO_H_
#include <stdint.h>
#include <stdbool.h>
#define DIMM_INFO_SERIAL_SIZE 4
#define DIMM_INFO_PART_NUMBER_SIZE 33