]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/urlmsw.cpp
Move the language catalogs install directory on MSW from 'locale' to
[wxWidgets.git] / src / msw / urlmsw.cpp
index 79b0ae8919fc7270c701e10f75329c56d57f4528..70eb9dfdde3fded36d8dffe18097572b292fa2e1 100644 (file)
 
 #if wxUSE_URL_NATIVE
 
+#ifndef WX_PRECOMP
+    #include "wx/list.h"
+    #include "wx/string.h"
+    #include "wx/utils.h"
+    #include "wx/module.h"
+#endif
+
 #if !wxUSE_PROTOCOL_HTTP
 #include "wx/protocol/protocol.h"
 
@@ -59,10 +66,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"
 
 #include <string.h>