summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:40:19 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-19 15:15:50 +0000
commit0767da9fc90aeeaece0c1d5f532bf5d48ba6cb87 (patch)
tree535291315a43012cdc6a3ff92e423f928763802c /src
parent56ab8e2aae25efc839daeb56d5922e66d2680aec (diff)
downloadcoreboot-0767da9fc90aeeaece0c1d5f532bf5d48ba6cb87.tar.gz
coreboot-0767da9fc90aeeaece0c1d5f532bf5d48ba6cb87.tar.bz2
coreboot-0767da9fc90aeeaece0c1d5f532bf5d48ba6cb87.zip
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.c1
-rw-r--r--src/include/framebuffer_info.h1
-rw-r--r--src/include/memory_info.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/acpi/soundwire.c b/src/acpi/soundwire.c
index c27c6f2dd350..af4ca7cf1572 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 07ddd31ce8ad..83445ecea02c 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 2f1399388f4f..9d02aef5584f 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