Remove macro provided by Eina.

SVN revision: 36863
This commit is contained in:
Cedric BAIL 2008-10-20 16:34:59 +00:00
parent 1ecc76d8b9
commit c79dc9d9d6
1 changed files with 1 additions and 7 deletions

View File

@ -60,6 +60,7 @@
#endif
#endif
#include <Eina.h>
#include <Evas.h>
#include <Evas_Engine_Buffer.h>
#include <Ecore.h>
@ -72,7 +73,6 @@
#include <Ecore_Job.h>
#include <Ecore_File.h>
#include <Eet.h>
#include <eina_stringshare.h>
#include <Edje.h>
#include <Efreet.h>
#include <Efreet_Mime.h>
@ -80,12 +80,6 @@
#include <E_DBus.h>
#endif
#if HAVE___ATTRIBUTE__
#define __UNUSED__ __attribute__((unused))
#else
#define __UNUSED__
#endif
#ifdef EAPI
#undef EAPI
#endif