efl: remove mman as we Eina_File now.
authorCedric BAIL <cedric.bail@free.fr>
Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)
Patch from Vincent Torri.

SVN revision: 62244

legacy/ecore/src/lib/ecore_con/ecore_con_ssl.c
legacy/eet/src/lib/eet_cipher.c
legacy/eet/src/lib/eet_lib.c
legacy/evas/src/modules/loaders/psd/evas_image_load_psd.c

index 4e83813e63f53a63691878f32f9ac35c7bad5a79..3bc7f390244d29eaf421285d277826c1dfc0de4a 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "Ecore.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_SERVER_UPGRADE = 0;
index 132c55ed1c3ee135ccc8735e25d133b038c465b5..9d7af1d788dbaf37c5e01cd09a8864429d384f59 100644 (file)
@@ -23,7 +23,6 @@ void *    alloca (size_t);
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/mman.h>
 
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
index 2a80526582583de4e7b8f974dd644371400f9580..f31e1fd9b50af8396d7f4b90330ff164e7fd6114 100644 (file)
@@ -27,7 +27,6 @@ void *    alloca (size_t);
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/mman.h>
 #include <time.h>
 #include <string.h>
 #include <fnmatch.h>
index bda696bdc11580ed55346c35397bec97f4cec39a..2c1dfddb4763729c7222ba5f43b519d7c3d38738 100644 (file)
@@ -13,7 +13,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <sys/mman.h>
 
 #ifdef HAVE_NETINET_IN_H
 # include <netinet/in.h>