headers before setting up symbol hiding

SVN revision: 19588
This commit is contained in:
Carsten Haitzler 2006-01-07 06:48:56 +00:00
parent bca26535dd
commit cb2dc9c0d7
1 changed files with 4 additions and 5 deletions

View File

@ -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);