X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c66d0fc3e86d4ba3dd86fe134a73f91de9450ea2..ccb9fa0dfb1acc890ae3164c16355a216563d870:/src/msw/urlmsw.cpp?ds=sidebyside diff --git a/src/msw/urlmsw.cpp b/src/msw/urlmsw.cpp index 79b0ae8919..d99a478404 100644 --- a/src/msw/urlmsw.cpp +++ b/src/msw/urlmsw.cpp @@ -18,6 +18,11 @@ #if wxUSE_URL_NATIVE +#ifndef WX_PRECOMP + #include "wx/list.h" + #include "wx/string.h" +#endif + #if !wxUSE_PROTOCOL_HTTP #include "wx/protocol/protocol.h" @@ -59,8 +64,6 @@ USE_PROTOCOL(wxHTTPDummyProto) #pragma comment(lib, "wininet.lib") #endif -#include "wx/string.h" -#include "wx/list.h" #include "wx/utils.h" #include "wx/module.h" #include "wx/url.h"