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/lenovo/x201/acpi_tables.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/mainboard/lenovo/x201') diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c index d817d19a01..e412503c88 100644 --- a/src/mainboard/lenovo/x201/acpi_tables.c +++ b/src/mainboard/lenovo/x201/acpi_tables.c @@ -15,17 +15,8 @@ * GNU General Public License for more details. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "southbridge/intel/ibexpeak/nvs.h" +#include +#include void acpi_create_gnvs(global_nvs_t * gnvs) { -- cgit v1.2.3