diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2015-01-14 14:49:41 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-01-14 15:15:47 +0100 |
commit | 94b4002c3553ecaf822ce78995f0e4f85fae2ca1 (patch) | |
tree | 947b8c7e5e79765f31b193015bf7c621c994a241 /src/tests/elm_test_fileselector_entry.c | |
parent | 55ecd6f53d1df01fc38bf9a38baf387a2c636021 (diff) | |
download | elementary-94b4002c3553ecaf822ce78995f0e4f85fae2ca1.tar.gz |
Do not explicite include atspi headers.
Summary: fixes make check failures on atspi tests.
Reviewers: cedric
Subscribers: seoz
Maniphest Tasks: T2001
Differential Revision: https://phab.enlightenment.org/D1870
Diffstat (limited to 'src/tests/elm_test_fileselector_entry.c')
-rw-r--r-- | src/tests/elm_test_fileselector_entry.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tests/elm_test_fileselector_entry.c b/src/tests/elm_test_fileselector_entry.c index 0f0229245..5dedd8987 100644 --- a/src/tests/elm_test_fileselector_entry.c +++ b/src/tests/elm_test_fileselector_entry.c @@ -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; |