diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2017-11-04 01:43:57 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2017-11-06 22:12:08 +0100 |
commit | 4c00cfdc0ea225f2518a35db928ad1ab02b2a724 (patch) | |
tree | 3bb8020fd5effe177fe1d9c65adad8f0d3a4f41e /examples/l3fwd-vf | |
parent | f1a7a5c5f4048e578c9271b441f302b33d73864b (diff) | |
download | dpdk-4c00cfdc0ea225f2518a35db928ad1ab02b2a724.zip dpdk-4c00cfdc0ea225f2518a35db928ad1ab02b2a724.tar.gz dpdk-4c00cfdc0ea225f2518a35db928ad1ab02b2a724.tar.xz |
remove useless memzone includes
The memzone header is often included without good reason.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Diffstat (limited to 'examples/l3fwd-vf')
-rw-r--r-- | examples/l3fwd-vf/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/l3fwd-vf/main.c b/examples/l3fwd-vf/main.c index a843391..7a3964b 100644 --- a/examples/l3fwd-vf/main.c +++ b/examples/l3fwd-vf/main.c @@ -48,7 +48,6 @@ #include <rte_log.h> #include <rte_memory.h> #include <rte_memcpy.h> -#include <rte_memzone.h> #include <rte_eal.h> #include <rte_launch.h> #include <rte_atomic.h> |