order of includes

SVN revision: 63397
This commit is contained in:
Vincent Torri 2011-09-14 19:11:12 +00:00
parent dd96a309f4
commit d5a1614b2f
1 changed files with 6 additions and 5 deletions

View File

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