On Sat, Aug 27, 2022 at 02:32:22PM +0300, Dmitry Kozlyuk wrote: > Do not include <ctype.h>, <errno.h>, and <stdlib.h> from <rte_common.h>, > because they are not used by this file. > Include the needed headers directly from the files that need them. > > Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v3 0/4] eal: small rte_common.h fixes and cleanup Dmitry Kozlyuk
- [PATCH v3 1/4] eal: fix pointer arithmetic with an e... Dmitry Kozlyuk
- [PATCH v3 2/4] eal: deduplicate roundup code Dmitry Kozlyuk
- [PATCH v3 3/4] eal: uninline rte_str_to_size Dmitry Kozlyuk
- [PATCH v3 4/4] eal: remove unneeded includes from a ... Dmitry Kozlyuk
- [PATCH v4 0/4] eal: small rte_common.h fixes and cle... Dmitry Kozlyuk
- [PATCH v4 1/4] eal: fix pointer arithmetic with ... Dmitry Kozlyuk
- [PATCH v4 2/4] eal: deduplicate roundup code Dmitry Kozlyuk
- [PATCH v4 3/4] eal: uninline rte_str_to_size Dmitry Kozlyuk
- [PATCH v4 4/4] eal: remove unneeded includes fro... Dmitry Kozlyuk
- Re: [PATCH v4 4/4] eal: remove unneeded incl... Bruce Richardson
- Re: [PATCH v4 4/4] eal: remove unneeded incl... David Marchand
- Re: [PATCH v4 4/4] eal: remove unneeded incl... David Marchand
- Re: [PATCH v4 0/4] eal: small rte_common.h fixes... David Marchand