WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=fa673c3a2a849f51e4d7b8821ca0ba1164b7d909
commit fa673c3a2a849f51e4d7b8821ca0ba1164b7d909 Author: Xavi Artigas <[email protected]> Date: Thu Nov 16 02:58:52 2017 -0800 Wiki page hello-world.md changed with summary [new includes] by Xavi Artigas --- pages/develop/tutorial/c/hello-world.md.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorial/c/hello-world.md.txt index 296c1423..3d2a3bdc 100644 --- a/pages/develop/tutorial/c/hello-world.md.txt +++ b/pages/develop/tutorial/c/hello-world.md.txt @@ -77,8 +77,7 @@ This is not mandatory but it simplifies the setup and shutdown processes conside Your program should now look something like this: ```c #include <Eina.h> -#include <Efl.h> -#include <Elementary.h> +#include <Efl_Core.h> void efl_main(void *data EINA_UNUSED, const Efl_Event *ev EINA_UNUSED) --
