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
parent a88dd4b6fb
commit e33fc66fc9
8 changed files with 0 additions and 8 deletions

View File

@ -9,7 +9,6 @@
#include <vendorcode/intel/edk2/UDK2017/MdePkg/Include/Uefi/UefiMultiPhase.h>
#include <vendorcode/intel/edk2/UDK2017/MdePkg/Include/Pi/PiFirmwareVolume.h>
#include <vendorcode/intel/edk2/UDK2017/MdeModulePkg/Include/Guid/VariableFormat.h>
#include <lib.h>
#include "efivars.h"

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)

View File

@ -5,7 +5,6 @@
#include <spi_flash.h>
#include <spi-generic.h>
#include <delay.h>
#include <lib.h>
#include "spi_flash_internal.h"

View File

@ -13,7 +13,6 @@
#include <device/pci_ids.h>
#include <string.h>
#include <stdlib.h>
#include <lib.h>
#include <cpu/x86/mp.h>
#include <Porting.h>
#include <Topology.h>

View File

@ -4,7 +4,6 @@
#include <delay.h>
#include <device/mmio.h>
#include <edid.h>
#include <lib.h>
#include <soc/clock.h>
#include <soc/display/edp_reg.h>
#include <soc/display/edp_phy.h>