efl: remove check for libgen.h

SVN revision: 82582
This commit is contained in:
Lucas De Marchi 2013-01-10 20:25:48 +00:00
parent 3e4eb4437e
commit 4af2647d05
3 changed files with 2 additions and 9 deletions

View File

@ -379,7 +379,6 @@ AC_HEADER_TIME
AC_CHECK_HEADERS([ \
execinfo.h \
libgen.h \
mcheck.h \
netinet/in.h \
sys/epoll.h \

View File

@ -24,10 +24,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
#ifdef HAVE_LIBGEN_H
# include <libgen.h>
#endif
#include <libgen.h>
#ifdef HAVE_DLOPEN
# include <dlfcn.h>

View File

@ -32,6 +32,7 @@
# endif
#endif
#include <libgen.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
@ -46,10 +47,6 @@
# include <features.h>
#endif
#ifdef HAVE_LIBGEN_H
# include <libgen.h>
#endif
#ifdef HAVE_EVIL
# include <Evil.h>
#endif