--- deliantra/server/common/time.C 2006/09/10 16:00:23 1.4 +++ deliantra/server/common/time.C 2006/12/13 02:55:50 1.7 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_time_c = - * "$Id: time.C,v 1.4 2006/09/10 16:00:23 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -24,18 +18,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at */ #include #include #include -#ifndef WIN32 /* ---win32 exclude header */ -# include -# include -# include -#endif /* win32 */ +#include +#include +#include /* * Gloabal variables: @@ -138,11 +130,3 @@ new_draw_info (NDI_UNIQUE, 0, op, errmsg); } -long -seconds (void) -{ - struct timeval now; - - (void) GETTIMEOFDAY (&now); - return now.tv_sec; -}