put efl headers after standard headers
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Jun 2010 19:15:57 +0000 (19:15 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Jun 2010 19:15:57 +0000 (19:15 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49452 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_player.c

index 8ff86ab..80cc3bb 100644 (file)
@@ -2,12 +2,6 @@
 #include <config.h>
 #endif
 
-#include <Edje.h>
-#include <Ecore_Evas.h>
-#include <Ecore.h>
-#include <Ecore_Getopt.h>
-#include <Evas.h>
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <fcntl.h>
 #include <ctype.h>
 
+#include <Evas.h>
+#include <Ecore.h>
+#include <Ecore_Getopt.h>
+#include <Ecore_Evas.h>
+#include <Edje.h>
+
 struct opts {
    char *file;
    char *group;