elm: fix legacy headers to never include (non-installed) eo headers

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8230
This commit is contained in:
Mike Blumenkrantz 2019-03-07 10:56:32 -05:00 committed by Cedric BAIL
parent 71f49619dc
commit b93361d921
19 changed files with 2 additions and 67 deletions

View File

@ -58,9 +58,6 @@
*/
#include "elc_multibuttonentry_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elc_multibuttonentry_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_multibuttonentry_legacy.h"
#endif

View File

@ -67,9 +67,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_button_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_button_legacy.h"
#endif

View File

@ -60,7 +60,6 @@
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_check_eo.h"
#define EFL_UI_CHECK_EVENT_CHANGED EFL_UI_NSTATE_EVENT_CHANGED
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT

View File

@ -51,6 +51,4 @@ EAPI void elm_check_state_set(Evas_Object *obj, Eina_Bool
*/
EAPI void elm_check_state_pointer_set(Evas_Object *obj, Eina_Bool *statep);
#ifdef EFL_EO_API_SUPPORT
# include "efl_ui_check_eo.legacy.h"
#endif

View File

@ -35,9 +35,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_flip_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "efl_ui_flip_legacy.h"
#endif

View File

@ -48,9 +48,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_frame_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "efl_ui_frame_legacy.h"
#endif

View File

@ -67,9 +67,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include <elm_image_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_image_legacy.h>
#endif

View File

@ -1,9 +1,6 @@
#ifndef ELM_INTEFARCE_FILESELECTOR_H
#define ELM_INTEFARCE_FILESELECTOR_H
#ifdef EFL_EO_API_SUPPORT
#include "elm_interface_fileselector_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_interface_fileselector_eo.legacy.h"
#endif

View File

@ -167,10 +167,6 @@
*/
#include <elm_layout_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <efl_ui_layout_base.eo.h>
#include <efl_ui_layout.eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_layout_legacy.h>
#endif

View File

@ -54,10 +54,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_panes_eo.h"
#include "efl_ui_panes_part.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_panes_legacy.h"
#endif

View File

@ -80,9 +80,6 @@ struct _Elm_Photocam_Error
Eina_Bool open_error;
};
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_image_zoomable_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_photocam_legacy.h"
#endif

View File

@ -63,9 +63,6 @@
*/
#include "elm_progressbar_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_progressbar_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_progressbar_legacy.h"
#endif

View File

@ -64,10 +64,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_radio_eo.h"
#define EFL_UI_RADIO_EVENT_CHANGED EFL_UI_NSTATE_EVENT_CHANGED
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_radio_legacy.h"
#endif

View File

@ -75,10 +75,6 @@
*/
#include "elm_slider_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_slider_eo.h"
#include "elm_slider_part_indicator_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_slider_legacy.h"
#endif

View File

@ -57,9 +57,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_spinner_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_spinner_legacy.h"
#endif

View File

@ -3,10 +3,6 @@
* @ingroup Elementary
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_textpath.eo.h"
#define EFL_UI_RADIO_EVENT_CHANGED EFL_UI_NSTATE_EVENT_CHANGED
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_textpath_legacy.h"
#endif

View File

@ -69,10 +69,6 @@
*/
#include <elm_toolbar_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <elm_toolbar_eo.h>
#include <elm_toolbar_item_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_toolbar_legacy.h>
#endif

View File

@ -93,15 +93,6 @@
*/
#include "elm_web_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_web_eo.h"
#undef ELM_WEB_CLASS
#define ELM_WEB_CLASS elm_web_real_class_get()
EAPI const Efl_Class *elm_web_real_class_get(void);
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_web_legacy.h"
#endif

View File

@ -104,13 +104,11 @@
*/
#include <elm_win_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <elm_win_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_win_legacy.h>
#endif
/* FIXME: what the actual fuck. */
# include <elm_win_eo.h>
/**
* @}
*/