From 5318d9c9d13b39908b03b8184184fd913221b71e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 31 Oct 2022 14:06:21 +0100 Subject: {device,drivers}: Include instead of Also sort includes. Change-Id: I1727bf56b4090d040aab413006dec7aca0587d44 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/69038 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/device/oprom/realmode/x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/oprom/realmode/x86.h') diff --git a/src/device/oprom/realmode/x86.h b/src/device/oprom/realmode/x86.h index b0efe90d30..a770bcd7f5 100644 --- a/src/device/oprom/realmode/x86.h +++ b/src/device/oprom/realmode/x86.h @@ -3,7 +3,7 @@ #ifndef __DEVICE_OPROM_REALMODE_X86_H__ #define __DEVICE_OPROM_REALMODE_X86_H__ -#include +#include #include #define REALMODE_BASE ((void *)0x600) -- cgit v1.2.1