From a4dad8a0c1f4c93f53e2bc3982e957ae5e00bcb0 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Fri, 7 Apr 2017 10:43:16 +0200 Subject: [PATCH] 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 --- lib/librte_latencystats/rte_latencystats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_latencystats/rte_latencystats.c b/lib/librte_latencystats/rte_latencystats.c index 3850b88708..ce029a12c2 100644 --- a/lib/librte_latencystats/rte_latencystats.c +++ b/lib/librte_latencystats/rte_latencystats.c @@ -42,7 +42,6 @@ #include #include #include -#include #include "rte_latencystats.h" -- 2.20.1