efl: remove inclusion of dirent.h where it is not used

Test Plan: compilation

Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5733

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2018-01-12 11:06:08 -08:00 committed by Cedric BAIL
parent dd11d19653
commit 4916973a60
5 changed files with 1 additions and 7 deletions

View File

@ -28,7 +28,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <limits.h> #include <limits.h>
#include <dirent.h>
#include <Ethumb.h> #include <Ethumb.h>
#include <Ethumb_Client.h> #include <Ethumb_Client.h>
#include <Eina.h> #include <Eina.h>

View File

@ -23,9 +23,6 @@
#include <string.h> #include <string.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>

View File

@ -40,7 +40,6 @@
#include <errno.h> #include <errno.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <dirent.h>
#include <ctype.h> #include <ctype.h>
#include <pwd.h> #include <pwd.h>

View File

@ -8,7 +8,7 @@
* @defgroup Evil_Pwd_Group Pwd.h functions * @defgroup Evil_Pwd_Group Pwd.h functions
* @ingroup Evil * @ingroup Evil
* *
* This header provides functions ported from Unix in dirent.h. * This header provides functions ported from Unix in pwd.h.
* *
* @{ * @{
*/ */

View File

@ -4,7 +4,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <dirent.h>
#include <Eina.h> #include <Eina.h>
#include <Ecore.h> #include <Ecore.h>