efl: remove mman as we Eina_File now.

Patch from Vincent Torri.


SVN revision: 62244
This commit is contained in:
Cedric BAIL 2011-08-09 09:19:25 +00:00
parent 592e18828f
commit 1dc2512897
4 changed files with 0 additions and 5 deletions

View File

@ -18,8 +18,6 @@
#include "Ecore.h" #include "Ecore.h"
#include "ecore_con_private.h" #include "ecore_con_private.h"
#include <sys/mman.h>
#include <errno.h>
EAPI int ECORE_CON_EVENT_CLIENT_UPGRADE = 0; EAPI int ECORE_CON_EVENT_CLIENT_UPGRADE = 0;
EAPI int ECORE_CON_EVENT_SERVER_UPGRADE = 0; EAPI int ECORE_CON_EVENT_SERVER_UPGRADE = 0;

View File

@ -23,7 +23,6 @@ void * alloca (size_t);
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/mman.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>

View File

@ -27,7 +27,6 @@ void * alloca (size_t);
#include <errno.h> #include <errno.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/mman.h>
#include <time.h> #include <time.h>
#include <string.h> #include <string.h>
#include <fnmatch.h> #include <fnmatch.h>

View File

@ -13,7 +13,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/mman.h>
#ifdef HAVE_NETINET_IN_H #ifdef HAVE_NETINET_IN_H
# include <netinet/in.h> # include <netinet/in.h>