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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79911
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Elyes Haouas 2024-01-12 08:29:58 +01:00 committed by Felix Singer
parent 363ac8b6ae
commit 47f5a087ec
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
#include <fw_config.h>
#include <inttypes.h>
#include <lib.h>
#include <stdbool.h>
#include <stdint.h>
#include <drivers/vpd/vpd.h>
uint64_t fw_config_get(void)