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>
This commit is contained in:
parent
e9436f54af
commit
68687daff2
@ -5,7 +5,6 @@
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <rte_errno.h>
|
||||
#include <rte_log.h>
|
||||
|
@ -7,7 +7,6 @@
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
#include <rte_service.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user