diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-12 21:40:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-19 15:15:50 +0000 |
commit | 0767da9fc90aeeaece0c1d5f532bf5d48ba6cb87 (patch) | |
tree | 535291315a43012cdc6a3ff92e423f928763802c /src | |
parent | 56ab8e2aae25efc839daeb56d5922e66d2680aec (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/acpi/soundwire.c | 1 | ||||
-rw-r--r-- | src/include/framebuffer_info.h | 1 | ||||
-rw-r--r-- | src/include/memory_info.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/acpi/soundwire.c b/src/acpi/soundwire.c index c27c6f2dd3..af4ca7cf15 100644 --- a/src/acpi/soundwire.c +++ b/src/acpi/soundwire.c @@ -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. */ diff --git a/src/include/framebuffer_info.h b/src/include/framebuffer_info.h index 07ddd31ce8..83445ecea0 100644 --- a/src/include/framebuffer_info.h +++ b/src/include/framebuffer_info.h @@ -4,7 +4,6 @@ #define __FRAMEBUFFER_INFO_H_ #include <stdint.h> -#include <stdbool.h> #include <commonlib/coreboot_tables.h> struct fb_info; diff --git a/src/include/memory_info.h b/src/include/memory_info.h index 2f1399388f..9d02aef558 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -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 |