Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/examples Modified Files: args_example.c event_handler_example.c timer_example.c Log Message: Header cleanup. Don't include unneeded headers in system lib header. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/examples/args_example.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- args_example.c 25 Jun 2005 09:46:59 -0000 1.3 +++ args_example.c 5 Sep 2005 10:17:08 -0000 1.4 @@ -1,6 +1,9 @@ /* Example of how to set and retrieve program arguments. */ #include <Ecore.h> + +#include <stdlib.h> +#include <stdio.h> int timer_once(void *data) { =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/examples/event_handler_example.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- event_handler_example.c 25 Jun 2005 09:46:59 -0000 1.4 +++ event_handler_example.c 5 Sep 2005 10:17:08 -0000 1.5 @@ -1,5 +1,8 @@ /* Ecore Event Handler Example. */ #include <Ecore.h> + +#include <stdlib.h> +#include <stdio.h> Ecore_Event_Handler *handler1 = NULL, *handler2 = NULL; =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/examples/timer_example.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- timer_example.c 12 May 2004 14:40:06 -0000 1.2 +++ timer_example.c 5 Sep 2005 10:17:08 -0000 1.3 @@ -2,6 +2,9 @@ */ #include <Ecore.h> + +#include <stdlib.h> +#include <stdio.h> Ecore_Timer *timer1 = NULL; Ecore_Timer *timer2 = NULL; ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs