Remove macro provided by Eina.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Oct 2008 16:34:59 +0000 (16:34 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Oct 2008 16:34:59 +0000 (16:34 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@36863 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_private.h

index 50ae9b9..cabf045 100644 (file)
@@ -17,6 +17,8 @@
 #include <limits.h>
 #include <dirent.h>
 
+#include <eina_types.h>
+
 #ifdef HAVE_SYS_MMAN_H
 # include <sys/mman.h>
 #endif
 # endif
 #endif
 
-#if HAVE___ATTRIBUTE__
-# define __UNUSED__ __attribute__((unused))
-#else
-# define __UNUSED__
-#endif
-
 #ifndef PATH_MAX
 # define PATH_MAX 4096
 #endif