WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d514bebbe8a67183e8cc51b869988bb246b53f39
commit d514bebbe8a67183e8cc51b869988bb246b53f39 Author: Vincent Torri <vincent.to...@gmail.com> Date: Mon Apr 19 11:50:01 2021 -0700 Wiki page eo-intro.md changed with summary [remove useless include] by Vincent Torri --- pages/develop/tutorials/c/eo-intro.md.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/develop/tutorials/c/eo-intro.md.txt b/pages/develop/tutorials/c/eo-intro.md.txt index 206ef0c5c..b5a6c1a11 100644 --- a/pages/develop/tutorials/c/eo-intro.md.txt +++ b/pages/develop/tutorials/c/eo-intro.md.txt @@ -23,7 +23,6 @@ Start with the basic EFL application skeleton from the [Hello World tutorial](he ```c #define EFL_BETA_API_SUPPORT 1 -#include <Eina.h> #include <Efl_Core.h> // Create our test hierarchy @@ -126,7 +125,6 @@ See below the complete listing, which you can build and run yourself: ```c #define EFL_BETA_API_SUPPORT 1 -#include <Eina.h> #include <Efl_Core.h> #include <stdlib.h> @@ -229,7 +227,6 @@ If you compile and run the complete code below you will only see messages about ```c #define EFL_BETA_API_SUPPORT 1 -#include <Eina.h> #include <Efl_Core.h> #include <stdlib.h> --