Enlightenment CVS committal Author : englebass Project : e17 Module : libs/eet
Dir : e17/libs/eet/src/lib Modified Files: eet_data.c eet_image.c eet_lib.c eet_memfile.c Log Message: include files in the correct order =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -3 -r1.61 -r1.62 --- eet_data.c 27 Jan 2008 12:55:29 -0000 1.61 +++ eet_data.c 27 Jan 2008 13:17:22 -0000 1.62 @@ -1,7 +1,7 @@ #include <math.h> -#include "Eet.h" #include "Eet_private.h" +#include "Eet.h" /* * routines for doing data -> struct and struct -> data conversion =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_image.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- eet_image.c 27 Jan 2008 12:56:44 -0000 1.13 +++ eet_image.c 27 Jan 2008 13:17:22 -0000 1.14 @@ -1,5 +1,5 @@ -#include "Eet.h" #include "Eet_private.h" +#include "Eet.h" /*---*/ =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -3 -r1.87 -r1.88 --- eet_lib.c 27 Jan 2008 12:56:44 -0000 1.87 +++ eet_lib.c 27 Jan 2008 13:17:22 -0000 1.88 @@ -2,14 +2,13 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ -#include <config.h> +#include "Eet_private.h" +#include "Eet.h" + #include <sys/types.h> #ifdef HAVE_SYS_MMAN_H # include <sys/mman.h> #endif - -#include "Eet.h" -#include "Eet_private.h" #ifdef HAVE_REALPATH #undef HAVE_REALPATH =================================================================== RCS file: /cvs/e/e17/libs/eet/src/lib/eet_memfile.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- eet_memfile.c 5 Nov 2006 12:14:08 -0000 1.12 +++ eet_memfile.c 27 Jan 2008 13:17:22 -0000 1.13 @@ -1,11 +1,11 @@ -#include "Eet.h" #include "Eet_private.h" +#include "Eet.h" FILE * _eet_memfile_read_open(const void *data, size_t size) { #ifdef HAVE_FMEMOPEN - return (FILE *)fmemopen((void*)data, size, "rb"); + return fmemopen((void*)data, size, "rb"); #else FILE *f; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs