diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 2970215034..b894809542 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -44,10 +44,6 @@ #include #include #endif -#if IS_ENABLED(CONFIG_ARCH_X86) -#include -#endif -#include static struct lb_header *lb_table_init(unsigned long addr) {