exactness: remove no longer needed EO and BETA API defines

This has been in place during development and not updated for recent
changes and merge into efl master.

Differential Revision: https://phab.enlightenment.org/D11287
This commit is contained in:
Stefan Schmidt 2020-01-31 13:29:28 +01:00
parent fa7d18f645
commit 588032e09b
4 changed files with 0 additions and 15 deletions

View File

@ -7,9 +7,6 @@
#include <getopt.h>
#include <unistd.h>
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <Eina.h>
#include <Eet.h>
#include <Ecore.h>

View File

@ -2,12 +2,6 @@
# include <config.h>
#endif
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <Ecore.h>
#include <Ecore_Getopt.h>
#include <Ecore_Evas.h>

View File

@ -21,9 +21,6 @@
# endif
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <Eina.h>
#include <Eo.h>
#include <Evas.h>

View File

@ -12,9 +12,6 @@
# include <sys/sysinfo.h>
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <Eina.h>
#include <Eo.h>
#include <Evas.h>