diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-27 11:07:17 -0400 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-09-30 10:33:34 +0200 |
commit | 96be3cd83d3426c5a9eb8d903245c51927567dc6 (patch) | |
tree | e1b0465874ce6b2b723c1416541c6cfa90738403 /src/bin/elementary/test_ui_collection.c | |
parent | 525790b6b310e3484818d2e79ff43845825d8109 (diff) | |
download | efl-96be3cd83d3426c5a9eb8d903245c51927567dc6.tar.gz |
efl_ui: remove efl_ui_text headers from Efl_Ui.h for now
these require legacy types and headers, which should not be brought into
this header
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10235
Diffstat (limited to 'src/bin/elementary/test_ui_collection.c')
-rw-r--r-- | src/bin/elementary/test_ui_collection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/elementary/test_ui_collection.c b/src/bin/elementary/test_ui_collection.c index 3d1b34e3cd..2f74809d29 100644 --- a/src/bin/elementary/test_ui_collection.c +++ b/src/bin/elementary/test_ui_collection.c @@ -2,6 +2,7 @@ # include "elementary_config.h" #endif +#include <Elementary.h> #include <Efl_Ui.h> static void |