[PATCH v4 4/4] eal: remove unneeded includes from a public header
David Marchand
david.marchand at redhat.com
Wed Sep 21 11:27:35 CEST 2022
On Sat, Aug 27, 2022 at 1:33 PM Dmitry Kozlyuk <dmitry.kozliuk at gmail.com> wrote:
> diff --git a/lib/efd/rte_efd.c b/lib/efd/rte_efd.c
> index bbc6fc585d..846c906aea 100644
> --- a/lib/efd/rte_efd.c
> +++ b/lib/efd/rte_efd.c
> @@ -1,9 +1,11 @@
> /* SPDX-License-Identifier: BSD-3-Clause
> * Copyright(c) 2016-2017 Intel Corporation
> */
> +#include <errno.h>
> #include <stdio.h>
> #include <string.h>
> #include <stdint.h>
> +#include <stdlib.h>
> #include <inttypes.h>
> #include <errno.h>
> #include <sys/queue.h>
errno is included twice.
I will fix while applying.
--
David Marchand
More information about the dev
mailing list