From 4bbec0c6916ba272410c0f4541e32c2f91a7affc Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 11 Apr 2024 14:28:19 +0200 Subject: tree: Drop duplicated and is supposed to provide and Change-Id: I021ba535ba5ec683021c4dfc41ac18d9cebbcfd2 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81853 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/console/vsprintf.c | 1 - src/console/vtxprintf.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/console') diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index 68926397a6..06b9e494a4 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include #include struct vsnprintf_context { diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index cfba6db420..fba76bcb71 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -6,7 +6,6 @@ #include #include -#include #include #include -- cgit v1.2.3