src: Remove unneeded include <lib.h>
Change-Id: I801849fb31fe6958e3d9510da50e2e2dd351a98d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29304 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
e9a0130879
commit
f765d4f275
@@ -16,7 +16,6 @@
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
#include <console/console.h>
|
||||
#include <lib.h> // hexdump
|
||||
#include "fsp_util.h"
|
||||
|
||||
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <console/console.h>
|
||||
#include <fsp/util.h>
|
||||
#include <lib.h>
|
||||
|
||||
int fill_lb_framebuffer(struct lb_framebuffer *framebuffer)
|
||||
{
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include <console/console.h>
|
||||
#include <fsp/util.h>
|
||||
#include <ip_checksum.h>
|
||||
#include <lib.h> // hexdump
|
||||
#include <string.h>
|
||||
|
||||
/* Compares two EFI GUIDs. Returns true of the GUIDs match, false otherwise. */
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include <fsp/api.h>
|
||||
#include <fsp/util.h>
|
||||
#include <inttypes.h>
|
||||
#include <lib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define HOB_HEADER_LEN 8
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#include <cf9_reset.h>
|
||||
#include <console/console.h>
|
||||
#include <fsp/util.h>
|
||||
#include <lib.h>
|
||||
#include <string.h>
|
||||
|
||||
static bool looks_like_fsp_header(const uint8_t *raw_hdr)
|
||||
|
Reference in New Issue
Block a user