Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_common.h Log Message: move headers =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- evas_common.h 6 Jan 2006 23:05:17 -0000 1.49 +++ evas_common.h 9 Jan 2006 13:29:15 -0000 1.50 @@ -12,6 +12,27 @@ #include "evas_options.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <signal.h> +#include <setjmp.h> +#include <sys/types.h> +#include <ctype.h> + +#ifdef HAVE_ALLOCA_H +#include <alloca.h> +#endif + +#ifdef _WIN32_WCE +#include <windows.h> +#endif + +#include <ft2build.h> +#include FT_FREETYPE_H +#include FT_GLYPH_H +#include FT_SIZES_H + #ifdef __GNUC__ # if __GNUC__ >= 4 # pragma GCC visibility push(hidden) @@ -44,27 +65,6 @@ /*****************************************************************************/ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <signal.h> -#include <setjmp.h> -#include <sys/types.h> -#include <ctype.h> - -#ifdef HAVE_ALLOCA_H -#include <alloca.h> -#endif - -#ifdef _WIN32_WCE -#include <windows.h> -#endif - -#include <ft2build.h> -#include FT_FREETYPE_H -#include FT_GLYPH_H -#include FT_SIZES_H - /*****************************************************************************/ #ifndef _WIN32_WCE ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs