soc/intel/common: Clean up includes

Change-Id: I0081fcf3c842d8772a7045f8dc5754a2e6c039b8
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68702
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
Elyes Haouas
2022-10-22 22:17:28 +02:00
committed by Martin Roth
parent cbbbb6c79d
commit 8ed5835a14
16 changed files with 34 additions and 7 deletions

View File

@@ -2,9 +2,10 @@
#include <acpi/acpi.h>
#include <bootmode.h>
#include <drivers/intel/gma/opregion.h>
#include <stddef.h>
#include "vbt.h"
#include <drivers/intel/gma/opregion.h>
void *vbt_get(void)
{