From: Olivier Matz Date: Fri, 7 Apr 2017 08:43:16 +0000 (+0200) Subject: latency: fix build without timer library X-Git-Tag: spdx-start~3686 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a4dad8a0c1f4c93f53e2bc3982e957ae5e00bcb0;p=dpdk.git 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 --- 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"