WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=266f68882e1ec2a324fad78e8eb4198f32562e33
commit 266f68882e1ec2a324fad78e8eb4198f32562e33 Author: Xavi Artigas <[email protected]> Date: Thu Nov 16 02:54:31 2017 -0800 Wiki page eo-refcount.md changed with summary [new includes] by Xavi Artigas --- pages/develop/tutorial/c/eo-refcount.md.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pages/develop/tutorial/c/eo-refcount.md.txt b/pages/develop/tutorial/c/eo-refcount.md.txt index 64a9ffe7..61818e76 100644 --- a/pages/develop/tutorial/c/eo-refcount.md.txt +++ b/pages/develop/tutorial/c/eo-refcount.md.txt @@ -25,8 +25,7 @@ This tutorial starts where the previous one left off, so here's the final listin #define EFL_BETA_API_SUPPORT 1 #include <Eina.h> -#include <Efl.h> -#include <Elementary.h> +#include <Efl_Core.h> #include <stdlib.h> @@ -268,8 +267,7 @@ This step of the tutorial is now complete. The whole program should look like th #define EFL_BETA_API_SUPPORT 1 #include <Eina.h> -#include <Efl.h> -#include <Elementary.h> +#include <Efl_Core.h> #include <stdlib.h> @@ -457,8 +455,7 @@ This tutorial is now complete. It should look like this: #define EFL_BETA_API_SUPPORT 1 #include <Eina.h> -#include <Efl.h> -#include <Elementary.h> +#include <Efl_Core.h> #include <stdlib.h> --
