Elyes Haouas has uploaded this change for review.

View Change

lib/fw_config: Remove redundant stdbool and stdint

<types.h> already includes <stdbool.h> and <stdint.h>

Change-Id: Ie8676769127d21a3b4693ed947a7231b94e99241
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
---
M src/lib/fw_config.c
1 file changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/79911/1
diff --git a/src/lib/fw_config.c b/src/lib/fw_config.c
index 6f35e94..10d283e 100644
--- a/src/lib/fw_config.c
+++ b/src/lib/fw_config.c
@@ -8,8 +8,6 @@
#include <ec/google/chromeec/ec.h>
#include <fw_config.h>
#include <lib.h>
-#include <stdbool.h>
-#include <stdint.h>
#include <drivers/vpd/vpd.h>
#include <types.h>


To view, visit change 79911. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie8676769127d21a3b4693ed947a7231b94e99241
Gerrit-Change-Number: 79911
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-MessageType: newchange