Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/bin Modified Files: ecore_config.c ecore_evas_test.h ecore_test.c Log Message: Header cleanup. Don't include unneeded headers in system lib header. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_config.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ecore_config.c 23 Jun 2005 03:33:43 -0000 1.1 +++ ecore_config.c 5 Sep 2005 10:17:08 -0000 1.2 @@ -1,6 +1,10 @@ #include "config.h" #include "Ecore.h" +#include <stdio.h> +#include <string.h> +#include <stdlib.h> + #ifdef BUILD_ECORE_CONFIG #include "Ecore_Config.h" =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ecore_evas_test.h 23 Feb 2005 20:55:18 -0000 1.3 +++ ecore_evas_test.h 5 Sep 2005 10:17:08 -0000 1.4 @@ -4,6 +4,9 @@ #include "config.h" #include "Ecore.h" #include <math.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> #ifdef BUILD_ECORE_EVAS #include "Ecore_Evas.h" =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_test.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ecore_test.c 20 Jun 2005 09:18:01 -0000 1.18 +++ ecore_test.c 5 Sep 2005 10:17:08 -0000 1.19 @@ -20,6 +20,11 @@ #endif #include <math.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <sys/types.h> +#include <unistd.h> /* APP GLOBALS */ double start_time = 0; ------------------------------------------------------- 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