src: Remove unused 'include <lib.h>'
Change-Id: Ic09fc4ff4ee5524d89366e28d1d22900dd0c5b4d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44100 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
0c1d2eba0d
commit
ec17902485
|
@ -8,7 +8,6 @@
|
|||
#include <commonlib/fsp.h>
|
||||
#include <console/console.h>
|
||||
#include <fsp/util.h>
|
||||
#include <lib.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <cpu/intel/common/common.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
|
||||
#include <lib.h>
|
||||
#include <device/pci_ops.h>
|
||||
|
||||
#include "txt.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <commonlib/region.h>
|
||||
#include <fmap.h>
|
||||
#include <intelblocks/cse.h>
|
||||
#include <lib.h>
|
||||
#include <security/vboot/vboot_common.h>
|
||||
#include <security/vboot/misc.h>
|
||||
#include <vb2_api.h>
|
||||
|
|
Loading…
Reference in New Issue