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/pci_io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/sandbox/lib/pci_io.c') diff --git a/arch/sandbox/lib/pci_io.c b/arch/sandbox/lib/pci_io.c index 2038141947a..6040eacb594 100644 --- a/arch/sandbox/lib/pci_io.c +++ b/arch/sandbox/lib/pci_io.c @@ -8,7 +8,6 @@ * IO space access commands. */ -#include #include #include #include -- cgit v1.2.3