the header files are a mess in ecore and, unfortunately, the order matters, especiall...
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 13:56:18 +0000 (13:56 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 13:56:18 +0000 (13:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@39985 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_evas/ecore_evas_util.c

index dafcb13..f9c894a 100644 (file)
@@ -9,11 +9,11 @@
 #include <string.h>
 
 #include "Ecore.h"
-#include "Ecore_Evas.h"
 #include "Ecore_Input.h"
 
 #include "ecore_private.h"
 #include "ecore_evas_private.h"
+#include "Ecore_Evas.h"
 
 static int _ecore_evas_init_count = 0;
 static Ecore_Fd_Handler *_ecore_evas_async_events_fd = NULL;
index bc7dc57..445ff3d 100644 (file)
@@ -9,10 +9,10 @@
 #include <string.h>
 
 #include "Ecore.h"
-#include "Ecore_Evas.h"
 
 #include "ecore_private.h"
 #include "ecore_evas_private.h"
+#include "Ecore_Evas.h"
 
 static const char ASSOCIATE_KEY[] = "__Ecore_Evas_Associate";