From 9660f0663417e40505d6899109e385d9ff82a856 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 9 Aug 2020 10:57:06 +0200 Subject: cpu/x86/name/name.c: Clean up includes Also sort includes alphabetically. Change-Id: I49615434b140601ce599b4a63aa42c82874bd0f7 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/44315 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/cpu/x86/name/name.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/x86/name') diff --git a/src/cpu/x86/name/name.c b/src/cpu/x86/name/name.c index a7d2c706e3..bf62aef298 100644 --- a/src/cpu/x86/name/name.c +++ b/src/cpu/x86/name/name.c @@ -1,9 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include -#include #include +#include +#include void fill_processor_name(char *processor_name) { -- cgit v1.2.3