build: remove redundant config include
authorThomas Monjalon <thomas@monjalon.net>
Mon, 10 Feb 2020 09:53:34 +0000 (10:53 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 11 Feb 2020 15:50:59 +0000 (16:50 +0100)
commit43e34a229d3e575eb5ed075091afef0e5bf60a77
tree21444b34738c33550bc3c54b68ba53c8ca4357e7
parent91009920e05716f1a4743adfca5ccf68a27e7d66
build: remove redundant config include

The header file rte_config.h is always included by make or meson.
If required in an exported API header file, it must be included
in the public header file for external applications.
In the internal files, explicit include of rte_config.h is useless,
and can be removed.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Matan Azrad <matan@mellanox.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
12 files changed:
app/test-pmd/config.c
buildtools/pmdinfogen/pmdinfogen.h
drivers/common/mlx5/mlx5_glue.c
drivers/crypto/ccp/rte_ccp_pmd.c
drivers/net/af_xdp/rte_eth_af_xdp.c
drivers/net/failsafe/failsafe_intr.c
drivers/net/hinic/base/hinic_compat.h
drivers/net/mlx4/mlx4.c
drivers/net/mlx5/mlx5.c
drivers/net/vdev_netvsc/vdev_netvsc.c
lib/librte_eal/common/eal_common_mcfg.c
lib/librte_eal/common/eal_memcfg.h