* remove edje_main.h - useless now

* forget locale.h in edje_edit


SVN revision: 37159
This commit is contained in:
Vincent Torri 2008-10-26 17:21:11 +00:00
parent 0d8b00fdeb
commit 9ba3147a09
2 changed files with 3 additions and 20 deletions

View File

@ -1,20 +0,0 @@
#ifndef EDJE_MAIN_H
#define EDJE_MAIN_H
/* #ifdef HAVE_CONFIG_H */
/* # include <config.h> */
/* #endif */
/* #include <fcntl.h> */
/* #include <stdarg.h> */
/* #include <ctype.h> */
/* #include <sys/mman.h> */
/* #include <locale.h> */
/* #include <Ecore_Evas.h> */
/* #include "edje_private.h" */
/* #include "edje_prefix.h" */
#endif

View File

@ -15,6 +15,9 @@
#include <unistd.h>
#include <sys/stat.h>
#include <errno.h>
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
#include "edje_private.h"
#include "edje_cc.h"