order of includes
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Sep 2011 19:11:12 +0000 (19:11 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Sep 2011 19:11:12 +0000 (19:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63397 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/ecore_test_ecore.c

index 8fa9e9c..3649196 100644 (file)
@@ -2,12 +2,13 @@
 # include <config.h>
 #endif
 
-#include "ecore_suite.h"
+#include <stdio.h>
+#include <unistd.h>
 
-#include <Ecore.h>
 #include <Eina.h>
-#include <unistd.h>
-#include <stdio.h>
+#include <Ecore.h>
+
+#include "ecore_suite.h"
 
 static int _log_dom;
 #define INF(...) EINA_LOG_DOM_INFO(_log_dom, __VA_ARGS__)