--- deliantra/server/common/time.C 2006/09/14 22:34:00 1.5 +++ deliantra/server/common/time.C 2007/01/06 14:42:29 1.8 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -25,11 +26,9 @@ #include #include -#ifndef WIN32 /* ---win32 exclude header */ -# include -# include -# include -#endif /* win32 */ +#include +#include +#include /* * Gloabal variables: @@ -132,11 +131,3 @@ new_draw_info (NDI_UNIQUE, 0, op, errmsg); } -long -seconds (void) -{ - struct timeval now; - - (void) GETTIMEOFDAY (&now); - return now.tv_sec; -}