summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-27 11:08:05 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-30 10:33:35 +0200
commit52d04bc5242642db89e052824e8d67bc3a410a0c (patch)
tree13175713a41f48ceff655bc6c5aaf64a5710a49e
parent96be3cd83d3426c5a9eb8d903245c51927567dc6 (diff)
downloadefl-52d04bc5242642db89e052824e8d67bc3a410a0c.tar.gz
efl_ui: remove legacy component includes, include Efl_Layout.h and Efl_Canvas.h
this header shouldn't include any legacy headers whatsoever fix T8274 Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10236
-rw-r--r--src/lib/elementary/Efl_Ui.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h
index b6b02283e8..917ef5bf6d 100644
--- a/src/lib/elementary/Efl_Ui.h
+++ b/src/lib/elementary/Efl_Ui.h
@@ -47,10 +47,6 @@
#endif
#endif
-#include <Eina.h>
-#include <Eo.h>
-#include <Efl.h>
-
#ifdef _WIN32
# define WIN32_LEAN_AND_MEAN
# include <winsock2.h>
@@ -76,25 +72,8 @@
#include <Efl_Core.h>
#include <Efl_Net.h>
-#include <Evas.h>
-#ifndef EFL_NOLEGACY_API_SUPPORT
-# include <Evas_GL.h>
-#endif
-#include <Eio.h>
-#include <Edje.h>
-#include <Eldbus.h>
-#include <Efreet.h>
-#include <Efreet_Mime.h>
-#include <Efreet_Trash.h>
-#include <Ethumb_Client.h>
-
-#ifdef ELM_ELOCATION
-#include <Elocation.h>
-#endif
-
-#ifdef ELM_EMAP
-#include <EMap.h>
-#endif
+#include <Efl_Canvas.h>
+#include <Efl_Layout.h>
#ifdef EAPI
# undef EAPI