Hi Tom, Thank you for the patch.
On Wed, May 14, 2025 at 16:46, Tom Rini <[email protected]> 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 <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> # android, bcb > ---

