src: Remove unused 'include <lib.h>'

Change-Id: Iad5540e791075270453a136a058823c28647f93a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41245
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
This commit is contained in:
Elyes HAOUAS 2020-05-11 20:36:31 +02:00 committed by Patrick Georgi
parent 82fb12ccec
commit 5dd76fd4cc
4 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
#include <console/console.h>
#include <bootmem.h>
#include <program_loading.h>
#include <lib.h>
#include <fit.h>
#include <endian.h>

View File

@ -3,7 +3,6 @@
#include <stdint.h>
#include <console/console.h>
#include <drivers/vpd/vpd.h>
#include <lib.h>
#include <smbios.h>
#include <soc/ramstage.h>
#include <uuid.h>

View File

@ -9,7 +9,6 @@
#include <cbfs.h>
#include <console/console.h>
#include <lib.h>
#include <stdint.h>
#include <arch/rom_segs.h>

View File

@ -10,7 +10,6 @@
#include <device/pci_ops.h>
#include <soc/pci_devs.h>
#include <soc/systemagent.h>
#include <lib.h>
/* Returns base of requested region encoded in the system agent. */
static inline uintptr_t system_agent_region_base(size_t reg)