From: Jeff Shaw Date: Fri, 14 Dec 2018 16:40:00 +0000 (-0800) Subject: eal: remove unnecessary dirent.h include X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=68687daff287f43d77ef83d06379bb8d2facf42e;p=dpdk.git eal: remove unnecessary dirent.h include Prior to this patch, the two affected .c files include unnecessarily. This commit removes the include lines. Signed-off-by: Jeff Shaw Reviewed-by: Rami Rosen Reviewed-by: Ferruh Yigit --- diff --git a/lib/librte_eal/common/eal_common_lcore.c b/lib/librte_eal/common/eal_common_lcore.c index 3167e9d796..1cbac42286 100644 --- a/lib/librte_eal/common/eal_common_lcore.c +++ b/lib/librte_eal/common/eal_common_lcore.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include diff --git a/lib/librte_eal/common/rte_service.c b/lib/librte_eal/common/rte_service.c index 0f3695c4b5..03fde97a9c 100644 --- a/lib/librte_eal/common/rte_service.c +++ b/lib/librte_eal/common/rte_service.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include