Cleaning: removed include Eo.h in widgets because it was indirectly included by Eleme...
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 26 Nov 2012 09:29:01 +0000 (09:29 +0000)
committerDaniel Zaoui <daniel.zaoui@yahoo.com>
Mon, 26 Nov 2012 09:29:01 +0000 (09:29 +0000)
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79682

59 files changed:
src/lib/elc_ctxpopup.c
src/lib/elc_fileselector.c
src/lib/elc_fileselector_button.c
src/lib/elc_fileselector_entry.c
src/lib/elc_hoversel.c
src/lib/elc_multibuttonentry.c
src/lib/elc_naviframe.c
src/lib/elc_player.c
src/lib/elc_popup.c
src/lib/elm_access.c
src/lib/elm_actionslider.c
src/lib/elm_bg.c
src/lib/elm_box.c
src/lib/elm_bubble.c
src/lib/elm_button.c
src/lib/elm_calendar.c
src/lib/elm_check.c
src/lib/elm_clock.c
src/lib/elm_colorselector.c
src/lib/elm_conform.c
src/lib/elm_container.c
src/lib/elm_datetime.c
src/lib/elm_dayselector.c
src/lib/elm_flip.c
src/lib/elm_flipselector.c
src/lib/elm_frame.c
src/lib/elm_gesture_layer.c
src/lib/elm_glview.c
src/lib/elm_grid.c
src/lib/elm_hover.c
src/lib/elm_icon.c
src/lib/elm_image.c
src/lib/elm_index.c
src/lib/elm_inwin.c
src/lib/elm_label.c
src/lib/elm_layout.c
src/lib/elm_mapbuf.c
src/lib/elm_menu.c
src/lib/elm_notify.c
src/lib/elm_panel.c
src/lib/elm_panes.c
src/lib/elm_photo.c
src/lib/elm_plug.c
src/lib/elm_progressbar.c
src/lib/elm_radio.c
src/lib/elm_route.c
src/lib/elm_scroller.c
src/lib/elm_segment_control.c
src/lib/elm_separator.c
src/lib/elm_slider.c
src/lib/elm_slideshow.c
src/lib/elm_spinner.c
src/lib/elm_table.c
src/lib/elm_thumb.c
src/lib/elm_video.c
src/lib/elm_web.c
src/lib/elm_web2.c
src/lib/elm_widget.c
src/lib/elm_win.c

index c723814..01782db 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_ctxpopup.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_CTXPOPUP_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_CTXPOPUP_CLASS
index 2b002f2..f065a39 100644 (file)
@@ -14,8 +14,6 @@
 #include "elm_priv.h"
 #include "elm_widget_fileselector.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_FILESELECTOR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_FILESELECTOR_CLASS
index 2b76a14..076fa5c 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_fileselector_button.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_FILESELECTOR_BUTTON_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_FILESELECTOR_BUTTON_CLASS
index 7fd1bd6..20fb7ef 100644 (file)
@@ -4,8 +4,6 @@
 #include "elm_priv.h"
 #include "elm_widget_fileselector_entry.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_FILESELECTOR_ENTRY_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_FILESELECTOR_ENTRY_CLASS
index 316a7d5..ef590c5 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_hoversel.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_HOVERSEL_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_HOVERSEL_CLASS
index 410f2ed..dbafe49 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_multibuttonentry.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_MULTIBUTTONENTRY_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_MULTIBUTTONENTRY_CLASS
index c73e550..2b70147 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_naviframe.h"
 #include "elm_widget_container.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_NAVIFRAME_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_NAVIFRAME_CLASS
index 087aa88..adad97d 100644 (file)
@@ -7,8 +7,6 @@
 # include <Emotion.h>
 #endif
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_PLAYER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PLAYER_CLASS
index 31631f6..b1ae86e 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_popup.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_POPUP_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_POPUP_CLASS
index 0c418aa..d725ef8 100644 (file)
@@ -1,8 +1,6 @@
 #include <Elementary.h>
 #include "elm_priv.h"
 
-#include "Eo.h"
-
 const Eo_Class *elm_obj_access_class_get(void) EINA_CONST;
 
 #define ELM_OBJ_ACCESS_CLASS elm_obj_access_class_get()
index 3c210ef..ab4bb3c 100644 (file)
@@ -4,8 +4,6 @@
 #include "elm_widget_actionslider.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_ACTIONSLIDER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_ACTIONSLIDER_CLASS
index eccfece..0927ac0 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_bg.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_BG_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_BG_CLASS
index 609b45b..8865d47 100644 (file)
@@ -3,8 +3,6 @@
 #include "els_box.h"
 #include "elm_widget_box.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_BOX_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_BOX_CLASS
index bffa15c..18ee459 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_bubble.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_BUBBLE_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_BUBBLE_CLASS
index 4316d74..acd3c87 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_button.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_BUTTON_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_BUTTON_CLASS
index 6c11e64..fba2138 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_calendar.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_CALENDAR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_CALENDAR_CLASS
index 2fbce08..74099b4 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_check.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_CHECK_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_CHECK_CLASS
index f6a70d3..cc22d78 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_clock.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_CLOCK_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_CLOCK_CLASS
index 52a54f3..1884e42 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_colorselector.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_COLORSELECTOR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_COLORSELECTOR_CLASS
index 99d89bf..0b68a30 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_conform.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_CONFORMANT_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_CONFORMANT_CLASS
index 9873208..9b9d870 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_container.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_CONTAINER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_CONTAINER_CLASS
index 324c472..e55ded8 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_datetime.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_DATETIME_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_DATETIME_CLASS
index cdb151a..0a77eb4 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_dayselector.h"
 #include "elm_widget_container.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_DAYSELECTOR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_DAYSELECTOR_CLASS
index 74face5..c4cd1a2 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_flip.h"
 #include "elm_widget_container.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_FLIP_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_FLIP_CLASS
index 65fe02e..992ac9b 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_flipselector.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_FLIPSELECTOR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_FLIPSELECTOR_CLASS
index 984224c..13e6fe9 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_frame.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_FRAME_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_FRAME_CLASS
index 74e86b2..fc57711 100644 (file)
@@ -1,8 +1,6 @@
 #include <Elementary.h>
 #include "elm_priv.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_GESTURE_LAYER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_GESTURE_LAYER_CLASS
index c268916..9fdbba9 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_glview.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_GLVIEW_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_GLVIEW_CLASS
index 2330535..fd83dd6 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_grid.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_GRID_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_GRID_CLASS
index 020ae1c..20a03b8 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_hover.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_HOVER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_HOVER_CLASS
index 882bf10..d5c8aca 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_icon.h"
 #include "elm_widget_image.h"
 
-#include <Eo.h>
-
 #ifdef ELM_EFREET
 #define NON_EXISTING (void *)-1
 static const char *icon_theme = NULL;
index ef0f62d..7d7f0d7 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_image.h"
 
-#include <Eo.h>
-
 #ifdef _WIN32
 # define FMT_SIZE_T "%Iu"
 #else
index dcc59c5..355c258 100644 (file)
@@ -4,8 +4,6 @@
 #include "elm_widget_layout.h"
 #include "elm_widget_index.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_INDEX_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_INDEX_CLASS
index 2926524..4bec922 100644 (file)
@@ -4,8 +4,6 @@
 #include "elm_widget_inwin.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_WIN_INWIN_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_WIN_INWIN_CLASS
index 88cd193..81af86e 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_layout.h"
 #include "elm_widget_label.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_LABEL_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_LABEL_CLASS
index ae2c8f8..c30489e 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_LAYOUT_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_LAYOUT_CLASS
index 85581fe..9ec58a4 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_mapbuf.h"
 #include "elm_widget_container.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_MAPBUF_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_MAPBUF_CLASS
index d55891d..8aedb77 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_menu.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_MENU_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_MENU_CLASS
index 9a3a7bb..e78479f 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_notify.h"
 #include "elm_widget_container.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_NOTIFY_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_NOTIFY_CLASS
index f43b6cb..3fa94a8 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_panel.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_PANEL_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PANEL_CLASS
index c291641..582becb 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_layout.h"
 #include "elm_widget_panes.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_PANES_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PANES_CLASS
index 0addae7..d683ec9 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_photo.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_PHOTO_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PHOTO_CLASS
index 88d3ec1..a4b8a93 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_plug.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_PLUG_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PLUG_CLASS
index 9d6f784..80bca85 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_progressbar.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_PROGRESSBAR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_PROGRESSBAR_CLASS
index 74a4406..e9a0b55 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_radio.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_RADIO_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_RADIO_CLASS
index 8ece6f5..4222d9c 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_route.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_ROUTE_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_ROUTE_CLASS
index 3b044fa..e904fdd 100644 (file)
@@ -3,7 +3,6 @@
 #include "elm_interface_scrollable.h"
 #include "elm_widget_layout.h"
 #include "elm_widget_scroller.h"
-#include "Eo.h"
 
 EAPI Eo_Op ELM_OBJ_SCROLLER_BASE_ID = EO_NOOP;
 
index e7cccbf..7e05500 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_segment_control.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_SEGMENT_CONTROL_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_SEGMENT_CONTROL_CLASS
index 9b2f6c8..4735f12 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_separator.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_SEPARATOR_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_SEPARATOR_CLASS
index 120c665..6925140 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_slider.h"
 #include "elm_widget_layout.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_SLIDER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_SLIDER_CLASS
index 5e532ba..0730584 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_slideshow.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_SLIDESHOW_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_SLIDESHOW_CLASS
index 898fbbe..3b26022 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_priv.h"
 #include "elm_widget_spinner.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_SPINNER_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_SPINNER_CLASS
index 847789a..e965c15 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_table.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_TABLE_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_TABLE_CLASS
index ae843cb..13f8dcb 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_thumb.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_THUMB_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_THUMB_CLASS
index 8568a88..8136d97 100644 (file)
@@ -10,8 +10,6 @@
 /* TODO: add buffering support to Emotion and display buffering
  * progress in the theme when needed */
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_VIDEO_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_VIDEO_CLASS
index 779dd95..929bb87 100644 (file)
@@ -2,8 +2,6 @@
 #include "elm_priv.h"
 #include "elm_widget_web.h"
 
-#include "Eo.h"
-
 // TODO:
 //  1 - easy to use zoom like elm_photocam API
 //  2 - review scrolling to match elm_scroller. Maybe in future use
index 896dfe6..6a91399 100644 (file)
@@ -5,8 +5,6 @@
 #if defined(HAVE_ELEMENTARY_WEB) && defined(USE_WEBKIT2)
 #include <EWebKit2.h>
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_WEB_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_WEB_CLASS
index 19ddd53..223e078 100644 (file)
@@ -3,8 +3,6 @@
 #include "elm_widget_container.h"
 #include "elm_interface_scrollable.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_WIDGET_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_WIDGET_CLASS
index 3481ef2..c532b62 100644 (file)
@@ -2,8 +2,6 @@
 #include <Elementary_Cursor.h>
 #include "elm_priv.h"
 
-#include "Eo.h"
-
 EAPI Eo_Op ELM_OBJ_WIN_BASE_ID = EO_NOOP;
 
 #define MY_CLASS ELM_OBJ_WIN_CLASS