app/testpmd: remove duplicate includes
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 11 Jul 2017 18:55:44 +0000 (11:55 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 16 Jul 2017 15:30:24 +0000 (17:30 +0200)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/csumonly.c
app/test-pmd/flowgen.c
app/test-pmd/iofwd.c
app/test-pmd/macfwd.c
app/test-pmd/macswap.c
app/test-pmd/parameters.c
app/test-pmd/rxonly.c
app/test-pmd/txonly.c

index d4ff6089ad0143292e8fe81dc7e142abe81405bc..7decb96c8f1cdd57792665f0eab6c4fad0dab172 100644 (file)
@@ -36,7 +36,6 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdint.h>
-#include <stdarg.h>
 #include <string.h>
 #include <termios.h>
 #include <unistd.h>
index e0f08257f97d615bfc14a9ed58d22e02a6570655..ee6644d106ede8a63ed3f11d916f5e0cfeaae4e5 100644 (file)
@@ -36,7 +36,6 @@
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>
-#include <stdarg.h>
 #include <stdint.h>
 #include <inttypes.h>
 
index 178ad7581b8a11962dae557608707e7e603b7a00..90c811983cf73927cf85b9b017902ae0d1c3e7f1 100644 (file)
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
-#include <rte_memcpy.h>
 #include <rte_interrupts.h>
 #include <rte_pci.h>
 #include <rte_ether.h>
index 13b4f900fb599225e3213a02d0118bec5b53481b..54e56f60ee79177be27d7a4f3d0ddfa7ad4ec526 100644 (file)
@@ -57,7 +57,6 @@
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
 #include <rte_interrupts.h>
index 15cb4a209fd2ea1445f8bac0c598c8e1b48ba662..9b54f6549b391505e5f375a186edb2ab8aee75ae 100644 (file)
@@ -55,7 +55,6 @@
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_memcpy.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index cf7eab12eafbacfa3933dcc229e75f22278d907f..06dbc73a362348d658459ac17ff2f3d2616167c3 100644 (file)
@@ -56,7 +56,6 @@
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
 #include <rte_interrupts.h>
index 3a09351245ca5fd193fbded0c780bc6cc79df708..19cda0eac4748244da0bcffb36aab50804db3ba9 100644 (file)
@@ -56,7 +56,6 @@
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
 #include <rte_interrupts.h>
index c20ce65737914bd1f6ee904df8917135aa6ee1df..354a94cb6397e5b0dd39d1258a42b092104c724e 100644 (file)
@@ -41,7 +41,6 @@
 #include <time.h>
 #include <fcntl.h>
 #include <sys/types.h>
-#include <errno.h>
 
 #include <sys/queue.h>
 #include <sys/stat.h>
index dcd1d85c992fdcd7e8813fe41749b491f0c52e70..5ef021905ce2d9bf297cea93ed47c6b867a6b7f9 100644 (file)
@@ -56,7 +56,6 @@
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
 #include <rte_interrupts.h>
index 8b1a2afcd9d54cde477b630fd86fbb6f7efd5d4b..7070ddc3b08501d38021b1aa4ab858ea1f25b154 100644 (file)
 #include <rte_lcore.h>
 #include <rte_atomic.h>
 #include <rte_branch_prediction.h>
-#include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
-#include <rte_memcpy.h>
 #include <rte_interrupts.h>
 #include <rte_pci.h>
 #include <rte_ether.h>