better include of headers

SVN revision: 55820
This commit is contained in:
Vincent Torri 2011-01-03 08:11:36 +00:00
parent 49815da5c9
commit 588c29451b
1 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,13 @@
# include "config.h"
#endif
#include "Edje.h"
#include <locale.h>
#include <fnmatch.h>
#include <Ecore.h>
#include <Ecore_Getopt.h>
#include <locale.h>
#include <fnmatch.h>
#include "Edje.h"
static int _log_dom;
#define DBG(...) EINA_LOG_DOM_DBG(_log_dom, __VA_ARGS__)