diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp index 354529e93a..f3a3f48026 100644 --- a/src/common/sckaddr.cpp +++ b/src/common/sckaddr.cpp @@ -43,14 +43,10 @@ #endif // __WINDOWS__ #if defined(__UNIX__) - #ifdef VMS #include #include #else -#if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__SUN__) -#include -#endif #include #include #include @@ -77,8 +73,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress) #endif wxIPV4address::wxIPV4address() - m_addr = new sockaddr_in; { + m_addr = new sockaddr_in; Clear(); }