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.
This commit is contained in:
Stefan Schmidt 2020-01-31 13:29:28 +01:00
parent 89119d81c9
commit 21fe73a0a4
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>