Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_main.c Log Message: headers before setting up symbol hiding =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- ecore_main.c 6 Jan 2006 17:58:12 -0000 1.24 +++ ecore_main.c 7 Jan 2006 06:48:56 -0000 1.25 @@ -2,17 +2,14 @@ #include <winsock.h> #endif -#include "ecore_private.h" -#include "Ecore.h" - -#define FIX_HZ 1 - #include <math.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h> #include <errno.h> +#define FIX_HZ 1 + #ifdef FIX_HZ #include <sys/param.h> #ifndef HZ @@ -20,6 +17,8 @@ #endif #endif +#include "ecore_private.h" +#include "Ecore.h" static int _ecore_main_select(double timeout); static void _ecore_main_fd_handlers_cleanup(void); ------------------------------------------------------- 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