X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..f35c265988485487c24c341fd270bd3faac4f6eb:/src/common/sckfile.cpp diff --git a/src/common/sckfile.cpp b/src/common/sckfile.cpp index 6c472fe224..7cfb56086c 100644 --- a/src/common/sckfile.cpp +++ b/src/common/sckfile.cpp @@ -23,8 +23,6 @@ #include "wx/defs.h" #endif -#if wxUSE_SOCKETS - #include #include #include @@ -48,5 +46,3 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path) return new wxFileInputStream(path); } -#endif - // wxUSE_SOCKETS