From ae1ca82e87209c8952c31e9ab913ee2c0dacfac4 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 7 Oct 2022 10:02:38 +0200 Subject: arch/x86: Clean up includes Signed-off-by: Elyes Haouas Change-Id: Id2db229dec2ed44333faaa8c53f3a2f9d66d52e0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68200 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/arch/x86/null_breakpoint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/x86/null_breakpoint.c') diff --git a/src/arch/x86/null_breakpoint.c b/src/arch/x86/null_breakpoint.c index 70b94b6909..43e3727448 100644 --- a/src/arch/x86/null_breakpoint.c +++ b/src/arch/x86/null_breakpoint.c @@ -1,9 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-only */ + #include #include #include #include -#include +#include static struct breakpoint_handle null_deref_bp; static struct breakpoint_handle null_fetch_bp; -- cgit v1.2.3