Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79911?usp=email )
Change subject: lib/fw_config: Remove redundant stdbool and stdint ......................................................................
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>