From fce5511dd2a7d3926057b125a69eae6e00d4d23e Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 20 Oct 2008 16:34:59 +0000 Subject: [PATCH] Remove macro provided by Eina. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@36863 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_private.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/ecore/ecore_private.h b/src/lib/ecore/ecore_private.h index 50ae9b9..cabf045 100644 --- a/src/lib/ecore/ecore_private.h +++ b/src/lib/ecore/ecore_private.h @@ -17,6 +17,8 @@ #include #include +#include + #ifdef HAVE_SYS_MMAN_H # include #endif @@ -54,12 +56,6 @@ # endif #endif -#if HAVE___ATTRIBUTE__ -# define __UNUSED__ __attribute__((unused)) -#else -# define __UNUSED__ -#endif - #ifndef PATH_MAX # define PATH_MAX 4096 #endif -- 2.7.4