[PATCH v8 30/50] latencystats: remove unneeded header includes
Sean Morrissey
sean.morrissey at intel.com
Mon Feb 14 15:43:46 CET 2022
These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey at intel.com>
---
lib/latencystats/rte_latencystats.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/latencystats/rte_latencystats.c b/lib/latencystats/rte_latencystats.c
index ab8db7a139..8985a377db 100644
--- a/lib/latencystats/rte_latencystats.c
+++ b/lib/latencystats/rte_latencystats.c
@@ -2,13 +2,9 @@
* Copyright(c) 2018 Intel Corporation
*/
-#include <unistd.h>
-#include <sys/types.h>
-#include <stdbool.h>
#include <math.h>
#include <rte_string_fns.h>
-#include <rte_mbuf.h>
#include <rte_mbuf_dyn.h>
#include <rte_log.h>
#include <rte_cycles.h>
--
2.25.1
More information about the dev
mailing list