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:
Elyes HAOUAS 2020-08-02 08:58:05 +02:00 committed by Patrick Georgi
parent 0c1d2eba0d
commit ec17902485
3 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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>