From: Tom Rini Date: Thu, 29 May 2025 14:29:24 +0000 (-0600) Subject: Merge patch series "Start removing from headers when not required" X-Git-Tag: v2025.10-rc1~118^2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e50dbb3a0a31e6c41a752605e136c09df98d8800;p=thirdparty%2Fu-boot.git Merge patch series "Start removing from headers when not required" Tom Rini says: Given Simon's series at [1] I started looking in to what brings in when not strictly required and in turn has some unintended implicit includes. This series takes care of the places where, commonly, or itself were required along with a few other less common cases. This sets aside for the moment what to do about net-common.h and env_get_ip() as I'm not entirely sure what's best there. [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=454939&state=* Link: https://lore.kernel.org/r/20250514225002.15361-1-trini@konsulko.com --- e50dbb3a0a31e6c41a752605e136c09df98d8800 diff --cc cmd/test.c index a42a523d33d,4774d296487..a9ac07e6143 --- a/cmd/test.c +++ b/cmd/test.c @@@ -7,8 -7,8 +7,9 @@@ #include #include #include +#include #include + #include #define OP_INVALID 0 #define OP_NOT 1