[dpdk-dev] [PATCH 2/2] eal: remove useless header inclusion

2015-07-27 Thread Thomas Monjalon
2015-07-23 09:15, David Marchand: > --- a/app/test-pmd/cmdline.c > +++ b/app/test-pmd/cmdline.c > @@ -84,7 +84,6 @@ > #include > #include > #include > -#include This one is "needed" to check bypass support. The bypass support should be managed inside the ixgbe driver, and the specific code

[dpdk-dev] [PATCH 2/2] eal: remove useless header inclusion

2015-07-23 Thread David Marchand
Signed-off-by: David Marchand --- app/test-pmd/cmdline.c| 1 - lib/librte_eal/bsdapp/eal/eal_pci.c | 1 - lib/librte_eal/linuxapp/eal/eal_pci.c | 1 - lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 1 - 4 files changed, 4 deletions(-) diff --git a/app/test-pmd/cmdline.