elm: fix legacy headers to never include (non-installed) eo headers
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 7 Mar 2019 15:56:32 +0000 (10:56 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:28 +0000 (14:46 +0900)
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8230

19 files changed:
src/lib/elementary/elc_multibuttonentry.h
src/lib/elementary/elm_button.h
src/lib/elementary/elm_check.h
src/lib/elementary/elm_check_legacy.h
src/lib/elementary/elm_flip.h
src/lib/elementary/elm_frame.h
src/lib/elementary/elm_image.h
src/lib/elementary/elm_interface_fileselector.h
src/lib/elementary/elm_layout.h
src/lib/elementary/elm_panes.h
src/lib/elementary/elm_photocam.h
src/lib/elementary/elm_progressbar.h
src/lib/elementary/elm_radio.h
src/lib/elementary/elm_slider.h
src/lib/elementary/elm_spinner.h
src/lib/elementary/elm_textpath.h
src/lib/elementary/elm_toolbar.h
src/lib/elementary/elm_web.h
src/lib/elementary/elm_win.h

index 75fe7a1..e17c1c9 100644 (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
index 49053e5..4738565 100644 (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
index b0e404e..056dee4 100644 (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
index b4192e7..0752036 100644 (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
index cbac368..475ce98 100644 (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
index ee20193..3ae891c 100644 (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
index 45329a3..ab3f7b5 100644 (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
index 2e01555..d8867f6 100644 (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
index 2947f16..475ac1c 100644 (file)
  */
 
 #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
index 10eaf35..9704b39 100644 (file)
  * @{
  */
 
-#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
index 54ffb6d..7286366 100644 (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
index 7df3b3e..8c57fcf 100644 (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
index 4a58cac..dfedb19 100644 (file)
  * @{
  */
 
-#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
index 40aab83..2895342 100644 (file)
  */
 
 #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
index 6da9976..bbfe2f2 100644 (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
index 780f1fa..064c865 100644 (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
index b941008..b6fc097 100644 (file)
  */
 
 #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
index 226677e..3ec5e9a 100644 (file)
  */
 
 #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
index ee6c857..1239859 100644 (file)
  */
 
 #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>
 /**
  * @}
  */