From 67514a7a5f9b612fc87991fd9b617048763a04b8 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 26 Mar 2015 21:04:18 -0500 Subject: cbfs: remove cbfs_core.h includes Some of the files which include cbfs_core.h don't even need the header definition while others just need the cbfs API which can be obtained from cbfs.h. Change-Id: I34f3b7c67f64380dcf957e662ffca2baefc31a90 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/9126 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/lib/rmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/rmodule.c') diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index 791029a250..d06409f490 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -18,7 +18,7 @@ */ #include #include -#include +#include #include #include #include -- cgit v1.2.3