Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina
Dir : e17/proto/eina/src/lib Modified Files: eina_main.c Log Message: Remove warning and only include needed stuff. =================================================================== RCS file: /cvs/e/e17/proto/eina/src/lib/eina_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- eina_main.c 7 Aug 2008 13:12:57 -0000 1.3 +++ eina_main.c 13 Aug 2008 09:22:50 -0000 1.4 @@ -16,7 +16,11 @@ * if not, see <http://www.gnu.org/licenses/>. */ -#include "Eina.h" +#include "eina_error.h" +#include "eina_hash.h" +#include "eina_stringshare.h" +#include "eina_list.h" +#include "eina_array.h" EAPI int eina_init(void) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs