From b1db6744b6cdd4d77744a39aef4c22dc25f22656 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 11 Feb 2021 13:16:53 +0100 Subject: [PATCH] commonlib/cbfs.c: Remove unuse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I263db3c3d26a8690b3fa493cb2e317000c4dc89d Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/50532 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/commonlib/cbfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commonlib/cbfs.c b/src/commonlib/cbfs.c index f256938d5f..e7f800c67a 100644 --- a/src/commonlib/cbfs.c +++ b/src/commonlib/cbfs.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include