Ecore_Str.h -> Eina

SVN revision: 45748
This commit is contained in:
Sebastian Dransfeld 2010-01-30 22:29:31 +00:00
parent 001757e7bf
commit 79b1c3728a
3 changed files with 2 additions and 4 deletions

View File

@ -101,7 +101,6 @@ edje_amalgamation.c: $(base_sources) Makefile
@echo "#include <Edje.h>" >> edje_amalgamation.c
@echo "#include <Evas.h>" >> edje_amalgamation.c
@echo "#include <Ecore.h>" >> edje_amalgamation.c
@echo "#include <Ecore_Str.h>" >> edje_amalgamation.c
@echo "#include <Embryo.h>" >> edje_amalgamation.c
@echo "#ifdef HAVE_ECORE_IMF" >> edje_amalgamation.c
@ -117,7 +116,7 @@ edje_amalgamation.c: $(base_sources) Makefile
file="$$f" ; \
fi ; \
echo "/* file: $$file */" >> edje_amalgamation.c; \
grep -v -e '^# *include \+.\(config\|\|Evil\|Eina\|Eet\|Evas\|Ecore\|Ecore_Str\|Embryo\|Ecore_IMF\|string\|math\|limits\|sys/stat\|errno\|time\|unistd\|locale\|lua\|lauxlib\|edje_private\)[.]h.*' $$file >> edje_amalgamation.c; \
grep -v -e '^# *include \+.\(config\|\|Evil\|Eina\|Eet\|Evas\|Ecore\|Embryo\|Ecore_IMF\|string\|math\|limits\|sys/stat\|errno\|time\|unistd\|locale\|lua\|lauxlib\|edje_private\)[.]h.*' $$file >> edje_amalgamation.c; \
done
@echo "edje_amalgamation.c generated"

View File

@ -12,7 +12,6 @@
#include <Eina.h>
#include <Evas.h>
#include <Ecore.h>
#include <Ecore_Str.h>
#ifdef HAVE_ECORE_IMF
# include <Ecore_IMF.h>
#endif

View File

@ -3856,7 +3856,7 @@ _edje_real_part_recursive_get(Edje *ed, const char *part)
Edje_Real_Part *rp;
char **path;
path = ecore_str_split(part, EDJE_PART_PATH_SEPARATOR_STRING, 0);
path = eina_str_split(part, EDJE_PART_PATH_SEPARATOR_STRING, 0);
if (!path) return NULL;
//printf("recursive get: %s\n", part);