Update of /cvsroot/netrek/server/Vanilla/ntserv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12717/ntserv Modified Files: util.c Log Message: remove unnecessary includes Index: util.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/ntserv/util.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- util.c 21 Mar 2005 10:17:17 -0000 1.2 +++ util.c 10 Apr 2006 10:41:08 -0000 1.3 @@ -3,21 +3,10 @@ */ #include "copyright.h" #include "config.h" - -#include <stdio.h> -#include INC_MATH -#include <signal.h> -#include <errno.h> -#include <sys/types.h> -#include <sys/time.h> #include "defs.h" -#include INC_STRINGS -#include INC_UNISTD #include "struct.h" #include "data.h" - - /* ** Provide the angular distance between two angles. */