efl/edje: remove useless include.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 10 Jan 2013 02:14:46 +0000 (02:14 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 10 Jan 2013 02:14:46 +0000 (02:14 +0000)
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

src/lib/edje/Edje.h

index 93705dd..c678ee7 100644 (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