These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/gro/gro_tcp4.c | 1 -
lib/gro/gro_tcp4.h | 2 --
lib/gro/gro_udp4.c | 1 -
lib/gro/gro_udp4.h | 2 --
lib/gro/gro_vxlan_tcp4.c | 1 -
lib/gro/gro_vxlan_udp4.c | 1 -
lib/gro/rte_gro.c | 1 -
7 files changed, 9 deletions(-)
@@ -4,7 +4,6 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
-#include <rte_cycles.h>
#include <rte_ethdev.h>
#include "gro_tcp4.h"
@@ -5,9 +5,7 @@
#ifndef _GRO_TCP4_H_
#define _GRO_TCP4_H_
-#include <rte_ip.h>
#include <rte_tcp.h>
-#include <rte_vxlan.h>
#define INVALID_ARRAY_INDEX 0xffffffffUL
#define GRO_TCP4_TBL_MAX_ITEM_NUM (1024UL * 1024UL)
@@ -4,7 +4,6 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
-#include <rte_cycles.h>
#include <rte_ethdev.h>
#include "gro_udp4.h"
@@ -6,8 +6,6 @@
#define _GRO_UDP4_H_
#include <rte_ip.h>
-#include <rte_udp.h>
-#include <rte_vxlan.h>
#define INVALID_ARRAY_INDEX 0xffffffffUL
#define GRO_UDP4_TBL_MAX_ITEM_NUM (1024UL * 1024UL)
@@ -4,7 +4,6 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
-#include <rte_cycles.h>
#include <rte_ethdev.h>
#include <rte_udp.h>
@@ -4,7 +4,6 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
-#include <rte_cycles.h>
#include <rte_ethdev.h>
#include <rte_udp.h>
@@ -3,7 +3,6 @@
*/
#include <rte_malloc.h>
-#include <rte_mbuf.h>
#include <rte_cycles.h>
#include <rte_ethdev.h>