From ad65e8c041b1d375936267bacc578254407e095f Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 31 Oct 2022 14:02:13 +0100 Subject: cpu: Include instead of Also sort includes. Change-Id: Ia4a3807e45777e2a596878fe09e3c80b1fd2704d Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/69037 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/cpu/intel/common/hyperthreading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/intel/common/hyperthreading.c') diff --git a/src/cpu/intel/common/hyperthreading.c b/src/cpu/intel/common/hyperthreading.c index f9170b383a..85c4477e1e 100644 --- a/src/cpu/intel/common/hyperthreading.c +++ b/src/cpu/intel/common/hyperthreading.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include #include -#include #include bool intel_ht_supported(void) -- cgit v1.2.3