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/evas@62244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/loaders/psd/evas_image_load_psd.c

index bda696b..2c1dfdd 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>