WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=38ad91315952de10c3c1e1490a96a3b8847f3eb6

commit 38ad91315952de10c3c1e1490a96a3b8847f3eb6
Author: Xavi Artigas <[email protected]>
Date:   Thu Nov 16 02:53:19 2017 -0800

    Wiki page eo-intro.md changed with summary [new includes] by Xavi Artigas
---
 pages/develop/tutorial/c/eo-intro.md.txt | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pages/develop/tutorial/c/eo-intro.md.txt 
b/pages/develop/tutorial/c/eo-intro.md.txt
index 982c820a..787b258b 100644
--- a/pages/develop/tutorial/c/eo-intro.md.txt
+++ b/pages/develop/tutorial/c/eo-intro.md.txt
@@ -24,8 +24,7 @@ Start with the basic EFL application skeleton from the [Hello 
World tutorial](he
 #define EFL_BETA_API_SUPPORT 1
 
 #include <Eina.h>
-#include <Efl.h>
-#include <Elementary.h>
+#include <Efl_Core.h>
 
 // Create our test hierarchy
 static void
@@ -135,8 +134,7 @@ See below the complete listing, which you can build and run 
yourself:
 #define EFL_BETA_API_SUPPORT 1
 
 #include <Eina.h>
-#include <Efl.h>
-#include <Elementary.h>
+#include <Efl_Core.h>
 
 #include <stdlib.h>
 
@@ -224,8 +222,7 @@ If you compile and run the complete code below you will 
only see messages about
 #define EFL_BETA_API_SUPPORT 1
 
 #include <Eina.h>
-#include <Efl.h>
-#include <Elementary.h>
+#include <Efl_Core.h>
 
 #include <stdlib.h>
 

-- 


Reply via email to