life: remove Elementary.h usage

Summary: this should not be needed

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Tags: #examples

Differential Revision: https://phab.enlightenment.org/D10021
This commit is contained in:
Mike Blumenkrantz 2019-09-19 16:32:19 +02:00 committed by Xavi Artigas
parent fd32510f35
commit fea913d1e1
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#define EFL_BETA_API_SUPPORT 1
#include <Elementary.h>
#include <Efl_Ui.h>
#include "life_private.h"

View File

@ -1,6 +1,5 @@
#define EFL_BETA_API_SUPPORT 1
#include <Elementary.h>
#include <Efl_Ui.h>
#include "life_private.h"

View File

@ -1,7 +1,6 @@
#ifndef LIFE_PRIVATE_H_
# define LIFE_PRIVATE_H_
#include <Elementary.h>
#include <Efl_Ui.h>
#define LIFE_BOARD_WIDTH 47

View File

@ -1,6 +1,5 @@
#define EFL_BETA_API_SUPPORT 1
#include <Elementary.h>
#include <Efl_Ui.h>
#include "life_private.h"