[v1,09/19] mempool: remove unneeded header includes

Message ID 20220421190859.264174-10-sean.morrissey@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series remove IWYU flagged headers |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Sean Morrissey April 21, 2022, 7:08 p.m. UTC
  These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
 lib/mempool/rte_mempool.h | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/lib/mempool/rte_mempool.h b/lib/mempool/rte_mempool.h
index 3ada37cb86..8d6554fbae 100644
--- a/lib/mempool/rte_mempool.h
+++ b/lib/mempool/rte_mempool.h
@@ -38,7 +38,6 @@ 
 #include <inttypes.h>
 
 #include <rte_config.h>
-#include <rte_spinlock.h>
 #include <rte_debug.h>
 #include <rte_lcore.h>
 #include <rte_branch_prediction.h>