[PATCH v2 13/19] rawdev: remove unneeded header includes

Hemant Agrawal hemant.agrawal at nxp.com
Fri Jun 17 06:21:48 CEST 2022


Acked-by:  Hemant Agrawal <hemant.agrawal at nxp.com>

> -----Original Message-----
> From: Sean Morrissey <sean.morrissey at intel.com>
> Sent: Thursday, June 16, 2022 8:47 PM
> To: Sachin Saxena (OSS) <sachin.saxena at oss.nxp.com>; Hemant Agrawal
> <hemant.agrawal at nxp.com>
> Cc: dev at dpdk.org; Sean Morrissey <sean.morrissey at intel.com>
> Subject: [PATCH v2 13/19] rawdev: remove unneeded header includes
> Importance: High
> 
> These header includes have been flagged by the iwyu_tool and removed.
> 
> Signed-off-by: Sean Morrissey <sean.morrissey at intel.com>
> ---
>  lib/rawdev/rte_rawdev.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/lib/rawdev/rte_rawdev.h b/lib/rawdev/rte_rawdev.h index
> 14e8eb972f..66080eae9e 100644
> --- a/lib/rawdev/rte_rawdev.h
> +++ b/lib/rawdev/rte_rawdev.h
> @@ -20,7 +20,6 @@ extern "C" {
> 
>  #include <rte_common.h>
>  #include <rte_memory.h>
> -#include <rte_errno.h>
> 
>  /* Rawdevice object - essentially a void to be typecast by implementation */
> typedef void *rte_rawdev_obj_t;
> --
> 2.25.1



More information about the dev mailing list