mb/intel/*/acpi_tables.c: Remove unneeded includes

Change-Id: I3b110ab749992d1c1793b1d4de43c1d2e8ca15ac
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38373
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-01-12 10:12:07 +01:00 committed by Nico Huber
parent 615ef58a29
commit 9e17b749d2
2 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
#include <string.h>
#include <southbridge/intel/i82801gx/nvs.h>
void acpi_create_gnvs(global_nvs_t *gnvs)

View File

@ -14,8 +14,6 @@
* GNU General Public License for more details.
*/
#include <stdint.h>
#include <string.h>
#include <southbridge/intel/i82801jx/nvs.h>
void acpi_create_gnvs(global_nvs_t *gnvs)