From 8823ba167318e87f74717d0c32e29b58a1ed3eca Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 5 Dec 2022 08:48:50 +0100 Subject: treewide: Include instead of ` chain-include `: https://doc.coreboot.org/contributing/coding_style.html#headers-and-includes Also sort includes while on it. Change-Id: Ie62e4295ce735a6ca74fbe2499b41aab2e76d506 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70291 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/device/xhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/xhci.c') diff --git a/src/device/xhci.c b/src/device/xhci.c index 4523b56adc..f7c5958a6c 100644 --- a/src/device/xhci.c +++ b/src/device/xhci.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include #include +#include #include #include #include -- cgit v1.2.3