* include Ecore_IMF.h before Edje.h so that EAPI

is correctly defined on Windows. Paatch by Klaus Rechert
 * useless include of eina_stringshare.h as it is included by Eina.h


SVN revision: 40646
This commit is contained in:
Vincent Torri 2009-05-14 18:36:01 +00:00
parent b336298727
commit 84218e58da
1 changed files with 3 additions and 4 deletions

View File

@ -14,15 +14,14 @@
#include <Ecore.h>
#include <Ecore_Str.h>
#include <Ecore_Job.h>
#ifdef HAVE_ECORE_IMF
# include <Ecore_IMF.h>
#endif
#include <Eet.h>
#include <Embryo.h>
#include <eina_stringshare.h>
#include "Edje.h"
#include "Edje_Edit.h"
#ifdef HAVE_ECORE_IMF
#include <Ecore_IMF.h>
#endif
#ifdef __GNUC__
# if __GNUC__ >= 4