config: remove useless explicit includes of generated header
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 8 Feb 2016 14:18:22 +0000 (15:18 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 10 Feb 2016 21:43:38 +0000 (22:43 +0100)
commit50810f095aa70986a9d2cc8a53b7b8db3f6ffb17
tree48a86adabb078cb876ff1ef2f10de66844882696
parentad8f40dabeb2773c8bb728c45b01ceea5ee14553
config: remove useless explicit includes of generated header

The file rte_config.h is automatically generated and included.
No need to #include it.

The example performance-thread needs a makefile fix to avoid
overwriting the default cflags.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
26 files changed:
app/proc_info/main.c
app/test/test_power_kvm_vm.c
drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
drivers/net/mlx4/mlx4.c
examples/l2fwd-ivshmem/host/host.c
examples/performance-thread/common/lthread.c
examples/performance-thread/common/lthread_cond.c
examples/performance-thread/common/lthread_diag.c
examples/performance-thread/common/lthread_mutex.c
examples/performance-thread/common/lthread_sched.c
examples/performance-thread/common/lthread_tls.c
examples/performance-thread/pthread_shim/Makefile
examples/performance-thread/pthread_shim/main.c
examples/performance-thread/pthread_shim/pthread_shim.c
examples/vm_power_manager/channel_manager.c
examples/vm_power_manager/channel_monitor.c
examples/vm_power_manager/guest_cli/main.c
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c
examples/vm_power_manager/main.c
examples/vm_power_manager/power_manager.c
examples/vm_power_manager/vm_power_cli.c
lib/librte_eal/linuxapp/kni/kni_misc.c
lib/librte_eal/linuxapp/kni/kni_net.c
lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c
lib/librte_power/guest_channel.c
lib/librte_power/rte_power_kvm_vm.c