[v4,05/14] gso: 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/gso/gso_common.c | 1 -
lib/gso/gso_common.h | 1 -
lib/gso/gso_tcp4.h | 1 -
lib/gso/gso_tunnel_tcp4.h | 1 -
lib/gso/gso_tunnel_udp4.h | 1 -
lib/gso/gso_udp4.h | 1 -
6 files changed, 6 deletions(-)
@@ -6,7 +6,6 @@
#include <errno.h>
#include <rte_memcpy.h>
-#include <rte_mempool.h>
#include "gso_common.h"
@@ -7,7 +7,6 @@
#include <stdint.h>
-#include <rte_mbuf.h>
#include <rte_ip.h>
#include <rte_tcp.h>
#include <rte_udp.h>
@@ -6,7 +6,6 @@
#define _GSO_TCP4_H_
#include <stdint.h>
-#include <rte_mbuf.h>
/**
* Segment an IPv4/TCP packet. This function doesn't check if the input
@@ -6,7 +6,6 @@
#define _GSO_TUNNEL_TCP4_H_
#include <stdint.h>
-#include <rte_mbuf.h>
/**
* Segment a tunneling packet with inner TCP/IPv4 headers. This function
@@ -6,7 +6,6 @@
#define _GSO_TUNNEL_UDP4_H_
#include <stdint.h>
-#include <rte_mbuf.h>
/**
* Segment a tunneling packet with inner UDP/IPv4 headers. This function
@@ -6,7 +6,6 @@
#define _GSO_UDP4_H_
#include <stdint.h>
-#include <rte_mbuf.h>
/**
* Segment an UDP/IPv4 packet. This function doesn't check if the input