correct fix for 0000059 - Ecore_Config.h should not directly include Ecore_Ipc.h

SVN revision: 10147
This commit is contained in:
handyande 2004-05-09 15:37:11 +00:00 committed by handyande
parent 9e89be7afb
commit e3354667f5
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ config_basic_example
INCLUDES = \
-I$(top_srcdir)/src/lib/ecore \
-I$(topdir_src)/src/lib/ecore_ipc \
-I$(top_srcdir)/src/lib/ecore_config
LDADD = \

View File

@ -17,8 +17,7 @@
# define TRUE (!FALSE)
# endif
# include <Ecore_Ipc.h>
/* this should only be included if evas is present */
/* FIXME: this should only be included if evas is present */
# include <Evas.h>
/* debug */
@ -224,6 +223,7 @@ extern "C"
# define ECORE_CONFIG_PARSE_CONTINUE (0) ///< Arguments parsed successfully
/* convenience mathods in convenience.c */
/* FIXME: this should only be included if evas is present */
int ecore_config_evas_font_path_apply(Evas * evas);
void ecore_config_args_display(void);
int ecore_config_args_parse(int argc, char **argv);