From f7b273606b9ff50044f022719eef2ce91b9615db Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Sun, 28 Apr 2013 08:03:14 +0300 Subject: [PATCH] Elementary: Add include to Efl_Config.h. This is the first commit of the headers split phase in elementary. Now, each widget will have 2 or 3 h files: - widget_Eo.h: Eo API functions (functions defines, enums, base id). - widget_Legacy.h: contains the API functions related to objects - widget_Common.h: common data (structs, enums...) + functions not related to objects. This file will exist only if needed. This phase is needed for the EFL 1.8 release to disable Eo APIs if we consider it is not enough mature to be used by applications. --- legacy/elementary/src/lib/Elementary.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 5f2af2b25e..e4ed2898bb 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -63,6 +63,8 @@ #endif /* EFL headers */ +#include "Efl_Config.h" + #include #include #include