From fa02e16c7651a453702192e5a4c8f47f3d372b94 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Sat, 29 Mar 2014 13:13:10 +0100 Subject: asus/f2a85-m: Sanitize #includes Based on the same reasoning as this commit: 1d87dac hp/pavilion_m6_1035dx: Sanitize #includes Change-Id: I383f79b5392ee1ca244e403f755213fa7b32c0af Signed-off-by: Idwer Vollering Reviewed-on: http://review.coreboot.org/5420 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/asus/f2a85-m/BiosCallOuts.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/mainboard/asus/f2a85-m/BiosCallOuts.c') diff --git a/src/mainboard/asus/f2a85-m/BiosCallOuts.c b/src/mainboard/asus/f2a85-m/BiosCallOuts.c index 2bc005518e..89b002b481 100644 --- a/src/mainboard/asus/f2a85-m/BiosCallOuts.c +++ b/src/mainboard/asus/f2a85-m/BiosCallOuts.c @@ -18,13 +18,11 @@ */ #include "agesawrapper.h" -#include "amdlib.h" #include "BiosCallOuts.h" -#include "Ids.h" #include "OptionsIds.h" -#include "heapManager.h" -#include "FchPlatform.h" -#include "cbfs.h" + +#include +#include STATIC CONST BIOS_CALLOUT_STRUCT BiosCallouts[] = { -- cgit v1.2.3