aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-27 20:14:59 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:50:51 +0000
commitf765d4f275197cfa791d70b2236b7273e4a70c53 (patch)
tree1465c4b68585309769d25561c4c2a6b66cae9055 /src/lib
parente9a0130879bca97462c6184f1d368f773e00e8a0 (diff)
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>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/hardwaremain.c1
-rw-r--r--src/lib/rmodule.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c
index a26d6788b5..e6cf67f064 100644
--- a/src/lib/hardwaremain.c
+++ b/src/lib/hardwaremain.c
@@ -32,7 +32,6 @@
#include <reset.h>
#include <boot/tables.h>
#include <program_loading.h>
-#include <lib.h>
#if IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)
#include <arch/acpi.h>
#endif
diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c
index 273e139e3d..56529d2fb2 100644
--- a/src/lib/rmodule.c
+++ b/src/lib/rmodule.c
@@ -18,7 +18,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <lib.h>
#include <console/console.h>
#include <program_loading.h>
#include <rmodule.h>