Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_embed_test.c ewl_iconbox_test.c ewl_media_test.c ewl_simple_test.c ewl_test.h Log Message: Header cleanup. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_embed_test.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_embed_test.c 6 Jul 2005 13:44:38 -0000 1.3 +++ ewl_embed_test.c 5 Sep 2005 14:12:15 -0000 1.4 @@ -1,8 +1,11 @@ -#include <Ecore.h> -#include <Ecore_Evas.h> -#include <Evas.h> #include <Ewl.h> -#include <ewl-config.h> +#include <Ecore_Evas.h> + +#include <stdlib.h> +#include <stdio.h> + +#define TRUE 1 +#define FALSE 0 #if HAVE___ATTRIBUTE__ #define __UNUSED__ __attribute__((unused)) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_iconbox_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_iconbox_test.c 11 Jul 2005 01:33:59 -0000 1.2 +++ ewl_iconbox_test.c 5 Sep 2005 14:12:15 -0000 1.3 @@ -1,5 +1,4 @@ #include "ewl_test.h" -#include <stdlib.h> Ewl_Widget* ib; static Ewl_Widget* ewl_iconbox_button = NULL; =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_media_test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_media_test.c 28 May 2005 20:32:49 -0000 1.2 +++ ewl_media_test.c 5 Sep 2005 14:12:15 -0000 1.3 @@ -1,5 +1,10 @@ #include <Ewl.h> -#include <ewl-config.h> +#ifdef HAVE_CONFIG_H +#include "ewl-config.h" +#endif + +#include <stdlib.h> +#include <stdio.h> #if HAVE___ATTRIBUTE__ #define __UNUSED__ __attribute__((unused)) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_simple_test.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_simple_test.c 30 Jun 2005 19:20:27 -0000 1.5 +++ ewl_simple_test.c 5 Sep 2005 14:12:15 -0000 1.6 @@ -1,6 +1,19 @@ -#include "ewl-config.h" #include <Ewl.h> -#include "ewl_macros.h" +#include <ewl_macros.h> +#ifdef HAVE_CONFIG_H +#include "ewl-config.h" +#endif + +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <limits.h> + +#if HAVE___ATTRIBUTE__ +#define __UNUSED__ __attribute__((unused)) +#else +#define __UNUSED__ +#endif static void entice_text(void *data, Evas_Object *obj __UNUSED__, =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_test.h 5 Sep 2005 11:05:13 -0000 1.10 +++ ewl_test.h 5 Sep 2005 14:12:15 -0000 1.11 @@ -1,7 +1,16 @@ -#include "Ewl.h" -#include <ewl-config.h> +#include <Ewl.h> +#ifdef HAVE_CONFIG_H +#include "ewl-config.h" +#endif +#include <stdlib.h> +#include <stdio.h> +#include <string.h> #include <dirent.h> +#include <sys/stat.h> + +#define TRUE 1 +#define FALSE 0 #if HAVE___ATTRIBUTE__ #define __UNUSED__ __attribute__((unused)) ------------------------------------------------------- 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