]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/urlmsw.cpp
Include wx/choice.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / msw / urlmsw.cpp
index 891cdb6bc01596a55eff4c5be9c447d3f1b5de00..951244b6e4bce9b425b8ac3de5f904e62a441af6 100644 (file)
@@ -20,6 +20,8 @@
 
 #ifndef WX_PRECOMP
     #include "wx/list.h"
+    #include "wx/string.h"
+    #include "wx/utils.h"
 #endif
 
 #if !wxUSE_PROTOCOL_HTTP
@@ -63,8 +65,6 @@ USE_PROTOCOL(wxHTTPDummyProto)
     #pragma comment(lib, "wininet.lib")
 #endif
 
-#include "wx/string.h"
-#include "wx/utils.h"
 #include "wx/module.h"
 #include "wx/url.h"