Signed-off-by: Anoob Joseph <anoob.jos...@caviumnetworks.com> --- v1: * No change
examples/l2fwd/l2fwd_worker.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/l2fwd/l2fwd_worker.c b/examples/l2fwd/l2fwd_worker.c index 663c505..ad5468a 100644 --- a/examples/l2fwd/l2fwd_worker.c +++ b/examples/l2fwd/l2fwd_worker.c @@ -13,30 +13,18 @@ #include <setjmp.h> #include <stdarg.h> #include <ctype.h> -#include <errno.h> -#include <getopt.h> -#include <signal.h> #include <stdbool.h> #include <rte_common.h> #include <rte_log.h> -#include <rte_malloc.h> -#include <rte_memory.h> #include <rte_memcpy.h> -#include <rte_eal.h> -#include <rte_launch.h> #include <rte_atomic.h> #include <rte_cycles.h> #include <rte_prefetch.h> #include <rte_lcore.h> -#include <rte_per_lcore.h> #include <rte_branch_prediction.h> -#include <rte_interrupts.h> -#include <rte_random.h> -#include <rte_debug.h> #include <rte_ether.h> #include <rte_ethdev.h> -#include <rte_mempool.h> #include <rte_mbuf.h> #include "l2fwd_common.h" -- 2.7.4