diff options
Diffstat (limited to 'vio/vio.c')
-rw-r--r-- | vio/vio.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vio/vio.c b/vio/vio.c index 95d318ba118..759f9416ddf 100644 --- a/vio/vio.c +++ b/vio/vio.c @@ -25,22 +25,10 @@ #include <my_global.h> #include <mysql_com.h> #include <violite.h> - #include <errno.h> -#include <assert.h> #include <my_sys.h> #include <my_net.h> #include <m_string.h> -#ifdef HAVE_POLL -#include <sys/poll.h> -#endif -#ifdef HAVE_SYS_IOCTL_H -#include <sys/ioctl.h> -#endif - -#if defined(__EMX__) || defined(OS2) -#define ioctlsocket ioctl -#endif /* defined(__EMX__) */ /* * Helper to fill most of the Vio* with defaults. |