From 3fa4350d6ae358826f12f40f55d917bf85ba7efd Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 27 May 2016 08:37:18 +0300 Subject: AGESA boards: Drop unused include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files do not use definitions from OptionsIds.h. Also those definitions are required and already included for Ids.h. Change-Id: I149fcfe2ad72fe3d7390ee2043a86432aeae3f08 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/14980 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/supermicro/h8qgi/BiosCallOuts.c | 1 - src/mainboard/supermicro/h8scm/BiosCallOuts.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/supermicro') diff --git a/src/mainboard/supermicro/h8qgi/BiosCallOuts.c b/src/mainboard/supermicro/h8qgi/BiosCallOuts.c index 15ca290e37..ebd1307cf0 100644 --- a/src/mainboard/supermicro/h8qgi/BiosCallOuts.c +++ b/src/mainboard/supermicro/h8qgi/BiosCallOuts.c @@ -18,7 +18,6 @@ #include #include #include "Ids.h" -#include "OptionsIds.h" #include "heapManager.h" #include diff --git a/src/mainboard/supermicro/h8scm/BiosCallOuts.c b/src/mainboard/supermicro/h8scm/BiosCallOuts.c index 7f5aebe665..d8696e6c35 100644 --- a/src/mainboard/supermicro/h8scm/BiosCallOuts.c +++ b/src/mainboard/supermicro/h8scm/BiosCallOuts.c @@ -18,7 +18,6 @@ #include #include #include "Ids.h" -#include "OptionsIds.h" #include "heapManager.h" #include -- cgit v1.2.3