[PATCH v9 32/50] jobstats: remove unneeded header includes
    Sean Morrissey 
    sean.morrissey at intel.com
       
    Tue Feb 15 13:30:19 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/jobstats/rte_jobstats.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/lib/jobstats/rte_jobstats.c b/lib/jobstats/rte_jobstats.c
index 9b8fde5d55..af565a14ea 100644
--- a/lib/jobstats/rte_jobstats.c
+++ b/lib/jobstats/rte_jobstats.c
@@ -7,10 +7,7 @@
 #include <errno.h>
 
 #include <rte_string_fns.h>
-#include <rte_errno.h>
 #include <rte_common.h>
-#include <rte_eal.h>
-#include <rte_log.h>
 #include <rte_cycles.h>
 #include <rte_branch_prediction.h>
 
-- 
2.25.1
    
    
More information about the dev
mailing list