[PATCH v4 09/14] net: remove unneeded header includes

Sean Morrissey sean.morrissey at intel.com
Mon Jun 20 12:40:25 CEST 2022


These header includes have been flagged by the iwyu_tool
and removed.

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

diff --git a/lib/net/rte_net.h b/lib/net/rte_net.h
index 53a7f4d360..56611fc8f9 100644
--- a/lib/net/rte_net.h
+++ b/lib/net/rte_net.h
@@ -12,7 +12,6 @@ extern "C" {
 #include <rte_ip.h>
 #include <rte_udp.h>
 #include <rte_tcp.h>
-#include <rte_sctp.h>
 
 /**
  * Structure containing header lengths associated to a packet, filled
-- 
2.25.1



More information about the dev mailing list