Hi Tom, Thank you for the patch.
On Wed, May 14, 2025 at 16:46, Tom Rini <tr...@konsulko.com> wrote: > The include file <command.h> does not need anything from <env.h>. > Furthermore, include/env.h itself includes other headers which can lead > to longer indirect inclusion paths. To prepare to remove <env.h> from > <command.h> fix all of the places which had relied on this indirect > inclusion to instead include <env.h> directly. > > Signed-off-by: Tom Rini <tr...@konsulko.com> Reviewed-by: Mattijs Korpershoek <mkorpersh...@kernel.org> # android, bcb > ---