* remove edje_main.h - useless now
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 26 Oct 2008 17:21:11 +0000 (17:21 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 26 Oct 2008 17:21:11 +0000 (17:21 +0000)
 * forget locale.h in edje_edit

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@37159 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_main.h [deleted file]
src/lib/edje_edit.c

diff --git a/src/bin/edje_main.h b/src/bin/edje_main.h
deleted file mode 100644 (file)
index 032a07e..0000000
+++ /dev/null
@@ -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
index 57b30e7..4736273 100644 (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"