tests: use Efl_Ui.h for efl_ui test

Reviewers: q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8253
This commit is contained in:
Mike Blumenkrantz 2019-03-08 08:53:18 -05:00
parent c8b67cce98
commit 60063359fc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# include "elementary_config.h"
#endif
#include <Elementary.h>
#include <Efl_Ui.h>
#include "elm_suite.h"
#define COORD_EQ(a, b) (!!(abs(a - b) < 2))