ecore: Put config.h first

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61459
This commit is contained in:
Mike McCormack 2011-07-18 00:19:43 +00:00 committed by Mike McCormack
parent b79ff92fe9
commit 500199fcc2
1 changed files with 2 additions and 2 deletions

View 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";