summaryrefslogtreecommitdiff
path: root/examples/timer
diff options
context:
space:
mode:
authorThomas Monjalon <[email protected]>2017-11-04 01:43:57 +0100
committerThomas Monjalon <[email protected]>2017-11-06 22:12:08 +0100
commit4c00cfdc0ea225f2518a35db928ad1ab02b2a724 (patch)
tree3bb8020fd5effe177fe1d9c65adad8f0d3a4f41e /examples/timer
parentf1a7a5c5f4048e578c9271b441f302b33d73864b (diff)
remove useless memzone includes
The memzone header is often included without good reason. Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: Bruce Richardson <[email protected]>
Diffstat (limited to 'examples/timer')
-rw-r--r--examples/timer/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/timer/main.c b/examples/timer/main.c
index 37ad559eb5..444e9cc11f 100644
--- a/examples/timer/main.c
+++ b/examples/timer/main.c
@@ -39,7 +39,6 @@
#include <rte_common.h>
#include <rte_memory.h>
-#include <rte_memzone.h>
#include <rte_launch.h>
#include <rte_eal.h>
#include <rte_per_lcore.h>