From 103bf79438d3931e56bc5d2f03bd82331b6f1c80 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:41:31 -0600 Subject: [PATCH] board: coreboot: Remove <common.h> and add needed includes Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com> --- board/coreboot/coreboot/coreboot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/coreboot/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c index e58dce3747..f2ca107676 100644 --- a/board/coreboot/coreboot/coreboot.c +++ b/board/coreboot/coreboot/coreboot.c @@ -3,7 +3,6 @@ * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com> */ -#include <common.h> #include <splash.h> #include <init.h> #include <smbios.h> -- 2.39.5