tree; Remove unused <lib.h>

Change-Id: Ifa5c89aad7d0538c556665f8b4372e44cf593822
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80433
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas 2024-02-08 20:46:20 +01:00 committed by Martin L Roth
commit e33fc66fc9
8 changed files with 0 additions and 8 deletions

View file

@ -8,7 +8,6 @@
#include <cpu/x86/smm.h>
#include <fsp/romstage.h>
#include <fsp/util.h>
#include <lib.h>
#include <string.h>
#include <timestamp.h>

View file

@ -6,7 +6,6 @@
#include <fsp/ramstage.h>
#include <fsp/util.h>
#include <framebuffer_info.h>
#include <lib.h>
#include <stage_cache.h>
#include <string.h>
#include <timestamp.h>

View file

@ -4,7 +4,6 @@
#include <console/console.h>
#include <fsp/api.h>
#include <fsp/fsp_gop_blt.h>
#include <lib.h>
#include <stdlib.h>
static bool is_bmp_image_valid(efi_bmp_image_header *header)

View file

@ -2,7 +2,6 @@
#include <console/console.h>
#include <fsp/util.h>
#include <lib.h>
#define TIMESTAMP_TO_MICRO(x) ((x) / 1000ull)