Wiki page eo-intro.md changed with summary [remove useless include] by Vincent Torri

This commit is contained in:
Vincent Torri 2021-04-19 11:50:01 -07:00 committed by www-data
parent 286c6bfca7
commit d514bebbe8
1 changed files with 0 additions and 3 deletions

View File

@ -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>