From 58b8a3d1636160a752b8792f1037b8d9f3067a48 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 18 Mar 2019 12:13:41 +0100 Subject: efl: remove EFL_EO_API_SUPPORT macro Summary: Since we're now going to be shipping some eo classes as stable, there is no point in keeping the eo api behind a macro, and it should be enabled by default. Another case is beta classes, but those are behind the EFL_BETA_API_SUPPORT guard. This also changes includes around the place where things are clearly broken (such as an included header needing something from another header but that other header being guarded, notably efl_ui_widget.h needing focus manager but focus manager being behind beta in Elementary.h) Reviewers: zmike, cedric, bu5hm4n, stefan_schmidt, segfaultxavi Reviewed By: cedric, segfaultxavi Subscribers: segfaultxavi, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8322 --- src/lib/emotion/Emotion.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/emotion/Emotion.h') diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index d7eef3c090..d8eb052f93 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h @@ -127,9 +127,7 @@ extern "C" { #ifndef EFL_NOLEGACY_API_SUPPORT #include "Emotion_Legacy.h" #endif -#ifdef EFL_EO_API_SUPPORT #include "Emotion_Eo.h" -#endif /** * @file Emotion.h -- cgit v1.2.1