From 68687daff287f43d77ef83d06379bb8d2facf42e Mon Sep 17 00:00:00 2001 From: Jeff Shaw Date: Fri, 14 Dec 2018 08:40:00 -0800 Subject: [PATCH] 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 --- lib/librte_eal/common/eal_common_lcore.c | 1 - lib/librte_eal/common/rte_service.c | 1 - 2 files changed, 2 deletions(-) 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 -- 2.20.1