eal: remove unnecessary dirent.h include
authorJeff Shaw <jeffrey.b.shaw@intel.com>
Fri, 14 Dec 2018 16:40:00 +0000 (08:40 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Dec 2018 00:29:36 +0000 (01:29 +0100)
commit68687daff287f43d77ef83d06379bb8d2facf42e
treeb248e94101335c59a6b9e6e42ffcdb8894704fca
parente9436f54afc01254c990b68c7f967c7a75c0fe3d
eal: remove unnecessary dirent.h include

Prior to this patch, the two affected .c files include <dirent.h>
unnecessarily. This commit removes the include lines.

Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
Reviewed-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/common/eal_common_lcore.c
lib/librte_eal/common/rte_service.c