X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..706bb5f973ccb44a924ee1f9aa79c7ee34eb2556:/src/common/sckfile.cpp diff --git a/src/common/sckfile.cpp b/src/common/sckfile.cpp index b1e60ae4eb..d4ae328d0f 100644 --- a/src/common/sckfile.cpp +++ b/src/common/sckfile.cpp @@ -11,15 +11,23 @@ #ifdef __GNUG__ #pragma implementation "sckfile.h" #endif -#include -#include -#include -#include "wx/protocol/file.h" + +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif +#if wxUSE_SOCKETS + +#ifndef WX_PRECOMP +#endif + +#include +#include +#include + #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol) IMPLEMENT_PROTOCOL(wxFileProto, "file", NULL, FALSE) @@ -38,3 +46,6 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path) { return new wxFileInputStream(path); } + +#endif + // wxUSE_SOCKETS