Remove duplicated includes

Remove duplicated includes

Reviewed-by: Christopher Michael <devilhorns@comcast.net>
Differential Revision: https://phab.enlightenment.org/D11857
This commit is contained in:
Elyes HAOUAS 2020-05-19 16:59:33 +00:00 committed by Christopher Michael
parent 01fd3da2a3
commit f84d23ffd2
4 changed files with 0 additions and 5 deletions

View File

@ -11,7 +11,6 @@
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <sys/types.h>
#include <Eina.h>
#include <Ecore.h>

View File

@ -24,7 +24,6 @@
# endif
#endif
#include <limits.h>
#include <fcntl.h>
#ifdef HAVE_ALLOCA_H
# include <alloca.h>

View File

@ -26,8 +26,6 @@
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <sys/types.h>
#include <pwd.h>
#ifdef HAVE_PRCTL
# include <sys/prctl.h>
#elif defined(HAVE_PROCCTL)

View File

@ -64,7 +64,6 @@ void *alloca (size_t);
# include <signal.h>
# include <inttypes.h>
# include <assert.h>
# include <fcntl.h>
# if !defined (__FreeBSD__) && !defined (__OpenBSD__)
# ifdef HAVE_MALLOC_H
# include <malloc.h>