From dcb7d927d181b5798c6fd4a1b1650cd821e3b6ed Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 14 May 2025 16:46:03 -0600 Subject: global: Avoid indirect inclusion of from The include file does not need anything from . Furthermore, include/env.h itself includes other headers which can lead to longer indirect inclusion paths. To prepare to remove from fix all of the places which had relied on this indirect inclusion to instead include directly. Reviewed-by: Mattijs Korpershoek # android, bcb Reviewed-by: Jerome Forissier # spawn Signed-off-by: Tom Rini --- test/cmd/setexpr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cmd/setexpr.c') diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c index 85803eb54b8..93b0c4b68f5 100644 --- a/test/cmd/setexpr.c +++ b/test/cmd/setexpr.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3