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:
parent
a88dd4b6fb
commit
e33fc66fc9
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <fsp/util.h>
|
||||
#include <lib.h>
|
||||
|
||||
#define TIMESTAMP_TO_MICRO(x) ((x) / 1000ull)
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <spi_flash.h>
|
||||
#include <spi-generic.h>
|
||||
#include <delay.h>
|
||||
#include <lib.h>
|
||||
|
||||
#include "spi_flash_internal.h"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue