From 88d3ec222b193e2332c021a7495d93aa93f5eb06 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 6 Jun 2018 18:01:30 +0200 Subject: mb/*/*/acpi_tables.c: Remove unneeded includes Change-Id: If1f032d097224a1102ba29d8d45dce46aad3a91a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26907 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/gigabyte/ga-945gcm-s2l/acpi_tables.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/mainboard/gigabyte/ga-945gcm-s2l') diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi_tables.c b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi_tables.c index 936ef2638b..ba3995ed16 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi_tables.c +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi_tables.c @@ -13,18 +13,8 @@ * GNU General Public License for more details. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "southbridge/intel/i82801gx/nvs.h" +#include +#include void acpi_create_gnvs(global_nvs_t *gnvs) { -- cgit v1.2.3