From 1bb4f84202ac96dd9081f8635a5b385992f0f294 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 7 Oct 2022 10:04:00 +0200 Subject: console/post.c: Sort includes Signed-off-by: Elyes Haouas Change-Id: I3faa1baf41ff8f0447d18b131a9c9c225e9fc8a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68202 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/console/post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/post.c b/src/console/post.c index 35e87799a8..f3a146318f 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include +#include /* Write POST information */ void __weak arch_post_code(uint8_t value) { } -- cgit v1.2.3