From: Rami Rosen Date: Mon, 2 Jul 2018 17:55:23 +0000 (+0300) Subject: examples/l3fwd: remove useless include X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8dedd737452fe2c8d74cce786aa6cc0ea91ed5c0;hp=4341adf272144689540a8e0f615f12eef7e21109;p=dpdk.git examples/l3fwd: remove useless include This patch removes unneeded include of rte_mempool.h in two modules in examples/l3fwd. Fixes: 268888b5b020 ("examples/l3fwd: modularize") Cc: stable@dpdk.org Signed-off-by: Rami Rosen --- diff --git a/examples/l3fwd/l3fwd_em.c b/examples/l3fwd/l3fwd_em.c index 9dc3b8c4f4..fa8f82be61 100644 --- a/examples/l3fwd/l3fwd_em.c +++ b/examples/l3fwd/l3fwd_em.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/examples/l3fwd/l3fwd_lpm.c b/examples/l3fwd/l3fwd_lpm.c index a747126a24..b1dc195ad8 100644 --- a/examples/l3fwd/l3fwd_lpm.c +++ b/examples/l3fwd/l3fwd_lpm.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include