diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-02 08:58:05 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-18 12:18:18 +0000 |
commit | ec17902485dd705a6e09cf4cb6b37802190b1463 (patch) | |
tree | 304283d2c28b19369233f866128e357aad6fdff5 /src/soc/intel/common | |
parent | 0c1d2eba0da550ec751a66bacc10acf6c4865442 (diff) |
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>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/cse/cse_lite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cse/cse_lite.c b/src/soc/intel/common/block/cse/cse_lite.c index d89044f2ba..c29b56c407 100644 --- a/src/soc/intel/common/block/cse/cse_lite.c +++ b/src/soc/intel/common/block/cse/cse_lite.c @@ -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> |