Elementary: Add include to Efl_Config.h.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 28 Apr 2013 05:03:14 +0000 (08:03 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 28 Apr 2013 05:37:13 +0000 (08:37 +0300)
commitf7b273606b9ff50044f022719eef2ce91b9615db
tree1412bf7c0dac8c8a51a16dad5ee836f21a22aa40
parente3aeebb8c778a5746f9bffccc76991aa425fed88
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