latency: fix build without timer library
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 7 Apr 2017 08:43:16 +0000 (10:43 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 7 Apr 2017 09:43:43 +0000 (11:43 +0200)
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>
lib/librte_latencystats/rte_latencystats.c

index 3850b88..ce029a1 100644 (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"