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:01:01 +0200
commitd4deae2201aac000aa495731933b29aed59c7b2f (patch)
tree5254520d3d12fd816dabda512e091714e836ef34
parentd239974cc1322e41e3b52e807140c72294ce1d6f (diff)
downloadefl-d4deae2201aac000aa495731933b29aed59c7b2f.tar.gz
efl_ui: remove legacy component includes, include Efl_Layout.h and Efl_Canvas.hdevs/bu5hm4n/header-build-test
this header shouldn't include any legacy headers whatsoever fix T8274 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