[_WIN32]: Remove unnecessary <io.h> for WIN32.

This commit is contained in:
Ron Koenderink 2007-08-15 02:18:25 +00:00
parent c7f940a84e
commit 2863aba452

View file

@ -37,9 +37,6 @@
#ifdef _WIN32
#include <winsock2.h>
#undef NS_ALL
#ifndef __GNUC__
#include <io.h>
#endif
#else
#include <sys/types.h>
#include <sys/socket.h>