From 0ddb82671cae52571e92b7b22cf088939d887d50 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 17 Jun 2014 18:37:08 +1000 Subject: src/console: Sanitize headers and IS_ENABLED usage Alphabetise headers and remove any #if CONFIG_ guards around them. Use #if IS_ENABLED(CONFIG_FOO) over #if CONFIG_FOO where applicable. Change-Id: I2a616bcfb8470a1fa21c9e26271e81cca835272a Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6057 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/console/vsprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console/vsprintf.c') diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index fd6646b968..d0ddfc14f3 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -19,8 +19,8 @@ * MA 02110-1301 USA */ -#include #include +#include #include struct vsnprintf_context -- cgit v1.2.3