[PATCH v4 12/53] ring: remove unneeded header includes
Sean Morrissey
sean.morrissey at intel.com
Fri Jan 14 17:23:28 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/ring/rte_ring.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/ring/rte_ring.c b/lib/ring/rte_ring.c
index bb95962b0c..7945e5d9ed 100644
--- a/lib/ring/rte_ring.c
+++ b/lib/ring/rte_ring.c
@@ -8,7 +8,6 @@
*/
#include <stdio.h>
-#include <stdarg.h>
#include <string.h>
#include <stdint.h>
#include <inttypes.h>
@@ -22,7 +21,6 @@
#include <rte_eal_memconfig.h>
#include <rte_errno.h>
#include <rte_string_fns.h>
-#include <rte_spinlock.h>
#include <rte_tailq.h>
#include "rte_ring.h"
--
2.25.1
More information about the dev
mailing list