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:
parent
56ab8e2aae
commit
0767da9fc9
|
@ -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. */
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define __FRAMEBUFFER_INFO_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <commonlib/coreboot_tables.h>
|
||||
|
||||
struct fb_info;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue