These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/ipsec/esp_inb.c | 1 -
lib/ipsec/esp_outb.c | 1 -
lib/ipsec/ipsec_sad.c | 1 -
lib/ipsec/sa.c | 3 ---
lib/ipsec/sa.h | 1 -
5 files changed, 7 deletions(-)
@@ -4,7 +4,6 @@
#include <rte_ipsec.h>
#include <rte_esp.h>
-#include <rte_ip.h>
#include <rte_errno.h>
#include <rte_cryptodev.h>
@@ -4,7 +4,6 @@
#include <rte_ipsec.h>
#include <rte_esp.h>
-#include <rte_ip.h>
#include <rte_udp.h>
#include <rte_errno.h>
#include <rte_cryptodev.h>
@@ -10,7 +10,6 @@
#include <rte_hash_crc.h>
#include <rte_malloc.h>
#include <rte_random.h>
-#include <rte_rwlock.h>
#include <rte_tailq.h>
#include "rte_ipsec_sad.h"
@@ -7,14 +7,11 @@
#include <rte_ip.h>
#include <rte_udp.h>
#include <rte_errno.h>
-#include <rte_cryptodev.h>
#include "sa.h"
#include "ipsec_sqn.h"
#include "crypto.h"
-#include "iph.h"
#include "misc.h"
-#include "pad.h"
#define MBUF_MAX_L2_LEN RTE_LEN2MASK(RTE_MBUF_L2_LEN_BITS, uint64_t)
#define MBUF_MAX_L3_LEN RTE_LEN2MASK(RTE_MBUF_L3_LEN_BITS, uint64_t)
@@ -5,7 +5,6 @@
#ifndef _SA_H_
#define _SA_H_
-#include <rte_rwlock.h>
#define IPSEC_MAX_HDR_SIZE 64
#define IPSEC_MAX_IV_SIZE 16