efl/edje: remove useless include.

This made no sense... as HAVE_ECORE_IMF was defined in a local (not
installed) config.h. With single-tree it is defined and will bring in
one useless include in our public header.



SVN revision: 82498
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-10 02:14:46 +00:00
parent bd0ce8260a
commit 7b0ae69adc
1 changed files with 0 additions and 4 deletions

View File

@ -231,10 +231,6 @@ param in edje programs
# undef EAPI
#endif
#ifdef HAVE_ECORE_IMF
#include <Ecore_IMF.h>
#endif
#ifdef _WIN32
# ifdef EFL_EDJE_BUILD
# ifdef DLL_EXPORT