* include Ecore_IMF.h before Edje.h so that EAPI
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 14 May 2009 18:36:01 +0000 (18:36 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 14 May 2009 18:36:01 +0000 (18:36 +0000)
   is correctly defined on Windows. Paatch by Klaus Rechert
 * useless include of eina_stringshare.h as it is included by Eina.h

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@40646 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_private.h

index d580ab6..80d77bb 100644 (file)
 #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