[v1,3/5] lib/ring: remove unneeded header includes
Checks
Commit Message
These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/ring/rte_ring.c | 7 -------
1 file changed, 7 deletions(-)
@@ -17,16 +17,9 @@
#include <rte_common.h>
#include <rte_log.h>
-#include <rte_memory.h>
#include <rte_memzone.h>
#include <rte_malloc.h>
-#include <rte_launch.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
-#include <rte_atomic.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
-#include <rte_branch_prediction.h>
#include <rte_errno.h>
#include <rte_string_fns.h>
#include <rte_spinlock.h>