X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80eabe5a2a9922c2c73d44b4037a2de8fffdf87..0fe5e8fea017ecb73f8aaa8ceb745feb269b3f79:/src/common/url.cpp diff --git a/src/common/url.cpp b/src/common/url.cpp index c2e863f0b4..f10cd6c903 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -20,8 +20,7 @@ #pragma hdrstop #endif -#include -#include +#if wxUSE_URL #include "wx/string.h" #include "wx/list.h" @@ -29,6 +28,9 @@ #include "wx/module.h" #include "wx/url.h" +#include +#include + IMPLEMENT_CLASS(wxProtoInfo, wxObject) IMPLEMENT_CLASS(wxURL, wxObject) @@ -521,3 +523,6 @@ void wxURLModule::OnExit() } #endif // wxUSE_SOCKETS + +#endif // wxUSE_URL +