diff options
| author | Thomas Monjalon <[email protected]> | 2017-11-04 01:43:57 +0100 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2017-11-06 22:12:08 +0100 |
| commit | 4c00cfdc0ea225f2518a35db928ad1ab02b2a724 (patch) | |
| tree | 3bb8020fd5effe177fe1d9c65adad8f0d3a4f41e /examples/timer | |
| parent | f1a7a5c5f4048e578c9271b441f302b33d73864b (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.c | 1 |
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> |
