From 0ae068efdb23fa07293dcd55b48d25a095aa062c Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sat, 21 Jun 2014 21:42:25 +1000 Subject: src/console/post.c: Sanitize headers from preprocessor abuse Continuing on from the rational given in: a173a62 Remove guarding #includes by CONFIG_FOO combinations Change-Id: I524713b21684f6fa99355614a1ab38aee9975790 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6091 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/console/post.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/console/post.c b/src/console/post.c index ef1a3a5a1d..4f2a87c93e 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -20,15 +20,11 @@ */ #include +#include #include -#if CONFIG_CMOS_POST +#include #include #include -#endif -#if CONFIG_CMOS_POST_EXTRA -#include -#endif -#include /* Write POST information */ -- cgit v1.2.3