Remove bogus _WIN32 conditional.

This commit is contained in:
Ron Koenderink 2007-08-11 19:54:42 +00:00
parent 23571862b3
commit f11a29b326

View file

@ -48,10 +48,8 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#if !defined(_WIN32)
#include <sys/time.h>
#include <unistd.h>
#endif
#include "misc.h"
#include "empthread.h"