Do not explicite include atspi headers.
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 14 Jan 2015 13:49:41 +0000 (14:49 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 14 Jan 2015 14:15:47 +0000 (15:15 +0100)
Summary: fixes make check failures on atspi tests.

Reviewers: cedric

Subscribers: seoz

Maniphest Tasks: T2001

Differential Revision: https://phab.enlightenment.org/D1870

63 files changed:
src/tests/elm_test_actionslider.c
src/tests/elm_test_atspi.c
src/tests/elm_test_bg.c
src/tests/elm_test_box.c
src/tests/elm_test_bubble.c
src/tests/elm_test_button.c
src/tests/elm_test_calendar.c
src/tests/elm_test_check.c
src/tests/elm_test_clock.c
src/tests/elm_test_colorselector.c
src/tests/elm_test_conformant.c
src/tests/elm_test_ctxpopup.c
src/tests/elm_test_datetime.c
src/tests/elm_test_dayselector.c
src/tests/elm_test_diskselector.c
src/tests/elm_test_entry.c
src/tests/elm_test_fileselector.c
src/tests/elm_test_fileselector_button.c
src/tests/elm_test_fileselector_entry.c
src/tests/elm_test_flip.c
src/tests/elm_test_flipselector.c
src/tests/elm_test_frame.c
src/tests/elm_test_gengrid.c
src/tests/elm_test_genlist.c
src/tests/elm_test_glview.c
src/tests/elm_test_grid.c
src/tests/elm_test_hover.c
src/tests/elm_test_hoversel.c
src/tests/elm_test_icon.c
src/tests/elm_test_image.c
src/tests/elm_test_index.c
src/tests/elm_test_inwin.c
src/tests/elm_test_label.c
src/tests/elm_test_layout.c
src/tests/elm_test_list.c
src/tests/elm_test_map.c
src/tests/elm_test_mapbuf.c
src/tests/elm_test_menu.c
src/tests/elm_test_multibuttonentry.c
src/tests/elm_test_naviframe.c
src/tests/elm_test_notify.c
src/tests/elm_test_panel.c
src/tests/elm_test_panes.c
src/tests/elm_test_photo.c
src/tests/elm_test_photocam.c
src/tests/elm_test_player.c
src/tests/elm_test_plug.c
src/tests/elm_test_popup.c
src/tests/elm_test_prefs.c
src/tests/elm_test_progressbar.c
src/tests/elm_test_radio.c
src/tests/elm_test_scroller.c
src/tests/elm_test_segmentcontrol.c
src/tests/elm_test_separator.c
src/tests/elm_test_slider.c
src/tests/elm_test_slideshow.c
src/tests/elm_test_spinner.c
src/tests/elm_test_table.c
src/tests/elm_test_thumb.c
src/tests/elm_test_toolbar.c
src/tests/elm_test_video.c
src/tests/elm_test_web.c
src/tests/elm_test_win.c

index 4974587..83c7bfc 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *actionslider;
index 1e6bb69..da616ff 100644 (file)
@@ -3,17 +3,12 @@
 #endif
 
 #define ELM_INTERNAL_API_ARGESFSDFEFC
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 
 #include <Elementary.h>
 #include "elm_priv.h"
 #include "elm_suite.h"
 
-#include "elm_atspi_app_object.eo.h"
-
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 static Evas_Object *g_win, *g_btn, *g_bg;
 
 void generate_app(void)
index 1d341db..fd5e8d9 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *bg;
index eacfbae..3f2808c 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *box;
index e3f59fc..f7bf360 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *bubble;
index f00408f..cef4090 100644 (file)
@@ -2,19 +2,11 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#include "elm_suite.h"
-
 #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 #define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED
-#include "elm_interface_atspi_component.eo.h"
-
 #define ELM_INTERFACE_ATSPI_ACTION_PROTECTED
-#include "elm_interface_atspi_action.eo.h"
-
+#include <Elementary.h>
+#include "elm_suite.h"
 
 START_TEST (elm_atspi_role_get)
 {
index 6366f6b..714b370 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *calendar;
index 5e1c177..8ff9cab 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 START_TEST (elm_check_onoff_text)
 {
    Evas_Object *win, *check;
index 4a7a602..fdccab9 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *clk;
index d74a5f6..78c3abd 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 START_TEST (elm_colorselector_palette)
 {
    Evas_Object *win, *c;
index 478569c..1c96c13 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *conformant;
index cc744e6..905530e 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *ctxpopup;
index 06128c1..ce3ad1d 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *datetime;
index 1eebfd0..c3e0fda 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *dayselector;
index e0296c4..34fba23 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *diskselector;
index 87e17e6..f8c614b 100644 (file)
@@ -2,15 +2,10 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#include "elm_suite.h"
-
 #define ELM_INTERFACE_ATSPI_TEXT_PROTECTED
 #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_text.h"
-#include "elm_interface_atspi_text.eo.h"
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
+#include <Elementary.h>
+#include "elm_suite.h"
 
 START_TEST (elm_entry_del)
 {
index 11e52b1..cda9ed0 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index a6c4774..fab98ef 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *fs_button;
index 0f02292..5dedd89 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
-
 START_TEST (elm_atspi_role_get)
 {
    Evas_Object *win, *fs_entry;
index 1f2635c..bd7d16f 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 2e9a0d9..c14039f 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index d3a6463..2744e97 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index c3fc99e..cd10fd7 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 9387e0b..d3bb70d 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 1129c9d..1ad462c 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index bdacbb9..9f05261 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 4aafb2f..c7d4551 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index d4f2757..4bb6aaf 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 71525d0..757e00d 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index c8db645..a5f229b 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index ad0655a..a07b76e 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index f5693b7..a5bcfc7 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index e0f0e06..813ef2f 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 37f5cfd..f1d4571 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 0b86990..4578dd1 100644 (file)
@@ -2,15 +2,10 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#include "elm_suite.h"
-
 #define ELM_INTERFACE_ATSPI_SELECTION_PROTECTED
-#include "elm_interface_atspi_selection.eo.h"
-
 #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
+#include <Elementary.h>
+#include "elm_suite.h"
 
 #if 0
 // Skip following tests until Elm_Widget_Item will migrate to Eo infrastructure
index 80d4e94..81935d5 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index e124481..e9d571a 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 49b1243..1975db1 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 390142d..3c29ee3 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 8a52470..7e68447 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index e4c360c..a213fa2 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index eef52ce..2e34739 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index c643dc4..fc28691 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index ab0342e..322c363 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 4d1f445..f60604f 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 4940047..be62d89 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 51ca61a..c8ad289 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index e85950e..6da552a 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 8eb1112..a441845 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 4f33dd8..fe6900a 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index c31cea2..c0a92a2 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 665ae56..9ccbc41 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 316ffbc..5c60feb 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 7133c43..869b8ee 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 06d9b76..99874b9 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index ef2ff8e..fb2828f 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 5fa0bb8..41049d2 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 95b76d4..ad0d805 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 7d40c56..68db163 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index cff47ad..7e4a6b5 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 1e07e7f..100feaa 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 0557edd..d1b8ea7 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #include "elm_suite.h"
 
-#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 
 START_TEST (elm_atspi_role_get)
 {
index 63558f8..702d2c7 100644 (file)
@@ -2,15 +2,10 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#include "elm_suite.h"
-
 #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
-#include "elm_interface_atspi_accessible.h"
-#include "elm_interface_atspi_accessible.eo.h"
-
 #define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED
-#include "elm_interface_atspi_component.eo.h"
+#include <Elementary.h>
+#include "elm_suite.h"
 
 
 START_TEST (elm_atspi_role_get)