These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/compressdev/rte_comp.c | 1 -
lib/compressdev/rte_comp.h | 1 -
lib/compressdev/rte_compressdev.c | 1 -
lib/compressdev/rte_compressdev.h | 1 -
lib/compressdev/rte_compressdev_pmd.h | 2 --
5 files changed, 6 deletions(-)
@@ -3,7 +3,6 @@
*/
#include "rte_comp.h"
-#include "rte_compressdev.h"
#include "rte_compressdev_internal.h"
const char *
@@ -16,7 +16,6 @@
extern "C" {
#endif
-#include <rte_mempool.h>
#include <rte_mbuf.h>
/**
@@ -3,7 +3,6 @@
*/
#include <string.h>
-#include <stdarg.h>
#include <stdio.h>
#include <inttypes.h>
@@ -21,7 +21,6 @@
extern "C" {
#endif
-#include <rte_common.h>
#include "rte_comp.h"
@@ -19,8 +19,6 @@ extern "C" {
#include <string.h>
-#include <rte_dev.h>
-#include <rte_common.h>
#include "rte_compressdev.h"
#include "rte_compressdev_internal.h"