From: Karsten Ballüder Date: Tue, 26 Jan 1999 12:42:14 +0000 (+0000) Subject: more waste of time fixing uncompilable code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1eddcfafba914bff0c9674985d5c8a7205a741c6 more waste of time fixing uncompilable code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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(); }