From 460b2c068c07d665af48566cfe39582086fed921 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:46 -0500 Subject: sandbox: Audit config.h and common.h usage Remove and replace common.h and config.h in sandbox when it's not needed and add some explicit includes where needed. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- arch/sandbox/lib/interrupts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/sandbox/lib/interrupts.c') diff --git a/arch/sandbox/lib/interrupts.c b/arch/sandbox/lib/interrupts.c index 4d7cbff802..3f6583e11f 100644 --- a/arch/sandbox/lib/interrupts.c +++ b/arch/sandbox/lib/interrupts.c @@ -5,7 +5,6 @@ * found in the LICENSE file. */ -#include #include #include #include -- cgit v1.2.3