WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=fcf693edebb50d79e676dfec934a5114b5dbb9fc
commit fcf693edebb50d79e676dfec934a5114b5dbb9fc Author: Xavi Artigas <[email protected]> Date: Thu Nov 16 02:51:35 2017 -0800 Wiki page eo-classes.md changed with summary [new includes] by Xavi Artigas --- pages/develop/tutorial/c/eo-classes.md.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/develop/tutorial/c/eo-classes.md.txt b/pages/develop/tutorial/c/eo-classes.md.txt index ebe41636..1a5b041b 100644 --- a/pages/develop/tutorial/c/eo-classes.md.txt +++ b/pages/develop/tutorial/c/eo-classes.md.txt @@ -231,8 +231,7 @@ Create a new file (for example ``eo_classes_main.c``) and add the basic EFL appl #define EFL_BETA_API_SUPPORT 1 #include <Eina.h> -#include <Efl.h> -#include <Elementary.h> +#include <Efl_Core.h> EAPI_MAIN void efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED) @@ -300,8 +299,7 @@ Your ``eo_classes_main.c`` file should now look something like this: #define EFL_BETA_API_SUPPORT 1 #include <Eina.h> -#include <Efl.h> -#include <Elementary.h> +#include <Efl_Core.h> #include "example_rectangle.eo.h" Example_Rectangle * --
