ecore: Put config.h first
authormike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jul 2011 00:19:43 +0000 (00:19 +0000)
committermike_m <mike_m@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jul 2011 00:19:43 +0000 (00:19 +0000)
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61459 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/ecore_test.c

index 45a9b24..80d0123 100644 (file)
@@ -1,9 +1,9 @@
+#include "config.h"
+
 #include <Ecore.h>
 #include <assert.h>
 #include <unistd.h>
 
-#include "config.h"
-
 const char *called = NULL;
 
 static const char *idler_str = "idler";