ecore: Put config.h first
authorMike McCormack <mj.mccormack@samsung.com>
Mon, 18 Jul 2011 00:19:43 +0000 (00:19 +0000)
committerMike McCormack <mikem@ring3k.org>
Mon, 18 Jul 2011 00:19:43 +0000 (00:19 +0000)
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61459

legacy/ecore/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";