summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-26 18:41:47 +0200
committerMartin Roth <martinroth@google.com>2019-10-27 17:48:30 +0000
commit0edf6a59f8b5ad5dd6911078f349357fd36625ab (patch)
tree436b2f2f637a03a79618fd0563e5157088d4df9a /src/lib
parent7385b656c24bf62461ac57e6d75c503925315083 (diff)
downloadcoreboot-0edf6a59f8b5ad5dd6911078f349357fd36625ab.tar.gz
coreboot-0edf6a59f8b5ad5dd6911078f349357fd36625ab.tar.bz2
coreboot-0edf6a59f8b5ad5dd6911078f349357fd36625ab.zip
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Change-Id: I3d90e46ed391ce323436750c866a0afc3879e2e6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36359 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/edid.c1
-rw-r--r--src/lib/imd_cbmem.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edid.c b/src/lib/edid.c
index 964dce260eb5..fd7f5ba252ce 100644
--- a/src/lib/edid.c
+++ b/src/lib/edid.c
@@ -36,7 +36,6 @@
#include <string.h>
#include <stdlib.h>
#include <edid.h>
-#include <boot/coreboot_tables.h>
#include <vbe.h>
struct edid_context {
diff --git a/src/lib/imd_cbmem.c b/src/lib/imd_cbmem.c
index f04e0862fe0a..be135c22e86d 100644
--- a/src/lib/imd_cbmem.c
+++ b/src/lib/imd_cbmem.c
@@ -13,6 +13,7 @@
* GNU General Public License for more details.
*/
+#include <boot/coreboot_tables.h>
#include <bootstate.h>
#include <bootmem.h>
#include <console/console.h>