projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79ff92
)
ecore: Put config.h first
author
Mike McCormack
<mj.mccormack@samsung.com>
Mon, 18 Jul 2011 00:19:43 +0000
(
00:19
+0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/legacy/ecore/src/bin/ecore_test.c
b/legacy/ecore/src/bin/ecore_test.c
index
45a9b24
..
80d0123
100644
(file)
--- a/
legacy/ecore/src/bin/ecore_test.c
+++ b/
legacy/ecore/src/bin/ecore_test.c
@@
-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";