latency: fix build without timer library

Remove the include to "rte_timer.h" which is not needed
by latencystats library (only "rte_cycles.h" is used).

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
Olivier Matz 2017-04-07 10:43:16 +02:00 committed by Thomas Monjalon
parent 9097125100
commit a4dad8a0c1

View File

@ -42,7 +42,6 @@
#include <rte_metrics.h>
#include <rte_memzone.h>
#include <rte_lcore.h>
#include <rte_timer.h>
#include "rte_latencystats.h"