From dc155ecfabf59f6f6b75ce400c5217ee423672f7 Mon Sep 17 00:00:00 2001 From: cedric Date: Tue, 9 Aug 2011 09:19:25 +0000 Subject: [PATCH] efl: remove mman as we Eina_File now. Patch from Vincent Torri. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_con/ecore_con_ssl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/ecore_con/ecore_con_ssl.c b/src/lib/ecore_con/ecore_con_ssl.c index 4e83813..3bc7f39 100644 --- a/src/lib/ecore_con/ecore_con_ssl.c +++ b/src/lib/ecore_con/ecore_con_ssl.c @@ -18,8 +18,6 @@ #include "Ecore.h" #include "ecore_con_private.h" -#include -#include EAPI int ECORE_CON_EVENT_CLIENT_UPGRADE = 0; EAPI int ECORE_CON_EVENT_SERVER_UPGRADE = 0; -- 2.7.4