--- deliantra/server/common/porting.C 2006/09/14 22:34:00 1.7 +++ deliantra/server/common/porting.C 2006/12/11 19:46:46 1.9 @@ -29,22 +29,16 @@ */ -#ifdef WIN32 /* ---win32 exclude/include headers */ -# include "process.h" -# define pid_t int /* we include it non global, because there is a redefinition in python.h */ -#else -# include -# include -# include +#include +#include +#include -# include -# include +#include +#include /* Need to pull in the HAVE_... values somehow */ -/* win32 reminder: always put this in a ifndef win32 block */ -# include -#endif +#include #ifdef HAVE_STDLIB_H @@ -384,9 +378,6 @@ FILE * open_and_uncompress (const char *name, int flag, int *compressed) { - size_t i; - FILE *fp; - *compressed = 0; return fopen (name, "r"); }