aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
parent56ab8e2aae25efc839daeb56d5922e66d2680aec (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/include')
-rw-r--r--src/include/framebuffer_info.h1
-rw-r--r--src/include/memory_info.h1
2 files changed, 0 insertions, 2 deletions
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