remove include of generated config header

The file rte_config.h is generated and automatically included
with -include option.
The explicit includes in drivers and libraries are useless.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Thomas Monjalon 2017-11-02 22:35:02 +01:00
parent 17715a5339
commit f1a7a5c5f4
17 changed files with 0 additions and 20 deletions

View File

@ -40,7 +40,6 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <rte_config.h>
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_interrupts.h>

View File

@ -31,7 +31,6 @@
*/
#include <rte_common.h>
#include <rte_config.h>
#include <rte_hexdump.h>
#include <rte_cryptodev.h>
#include <rte_cryptodev_pmd.h>

View File

@ -31,7 +31,6 @@
*/
#include <rte_common.h>
#include <rte_config.h>
#include <rte_hexdump.h>
#include <rte_cryptodev.h>
#include <rte_cryptodev_pmd.h>

View File

@ -31,7 +31,6 @@
*/
#include <rte_common.h>
#include <rte_config.h>
#include <rte_cryptodev_pmd.h>
#include <rte_vdev.h>
#include <rte_malloc.h>

View File

@ -33,8 +33,6 @@
#ifndef _NULL_CRYPTO_PMD_PRIVATE_H_
#define _NULL_CRYPTO_PMD_PRIVATE_H_
#include "rte_config.h"
#define CRYPTODEV_NAME_NULL_PMD crypto_null
/**< Null crypto PMD device name */

View File

@ -31,7 +31,6 @@
*/
#include <string.h>
#include <rte_config.h>
#include <rte_common.h>
#include <rte_malloc.h>
#include <rte_dev.h>

View File

@ -31,7 +31,6 @@
*/
#include <rte_common.h>
#include <rte_config.h>
#include <rte_hexdump.h>
#include <rte_cryptodev.h>
#include <rte_cryptodev_pmd.h>

View File

@ -31,7 +31,6 @@
*/
#include <rte_common.h>
#include <rte_config.h>
#include <rte_hexdump.h>
#include <rte_cryptodev.h>
#include <rte_cryptodev_pmd.h>

View File

@ -33,7 +33,6 @@
#ifndef __SSOVF_EVDEV_H__
#define __SSOVF_EVDEV_H__
#include <rte_config.h>
#include <rte_eventdev_pmd_vdev.h>
#include <rte_io.h>

View File

@ -41,7 +41,6 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <rte_config.h>
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_log.h>

View File

@ -41,7 +41,6 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <rte_config.h>
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_interrupts.h>

View File

@ -39,7 +39,6 @@
#include <sched.h>
#include <pthread.h>
#include <rte_config.h>
#include <rte_byteorder.h>
#include <rte_common.h>
#include <rte_interrupts.h>

View File

@ -36,7 +36,6 @@
#define _MRVL_QOS_H_
#include <rte_common.h>
#include <rte_config.h>
#include "mrvl_ethdev.h"

View File

@ -49,7 +49,6 @@ extern "C" {
#include <stdio.h>
#include <sys/queue.h>
#include <rte_config.h>
#include <rte_log.h>
__attribute__((format(printf, 2, 0)))

View File

@ -44,7 +44,6 @@
#include <sched.h>
#include <rte_per_lcore.h>
#include <rte_config.h>
#include <rte_bus.h>
#include <rte_pci_dev_feature_defs.h>

View File

@ -44,8 +44,6 @@
#include <stddef.h>
#include <stdio.h>
#include <rte_config.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -31,8 +31,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <rte_config.h>
#include "ethdev_profile.h"
/**