efl: remove mman as we Eina_File now.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)
Patch from Vincent Torri.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@62244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_cipher.c
src/lib/eet_lib.c

index 132c55e..9d7af1d 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 2a80526..f31e1fd 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>