X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..fd0eed647daeb257f28699de879d2f4f5aeb7fb6:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index 4f90e220e9..dd848b7a05 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -13,6 +13,16 @@ #pragma implementation "http.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP +#endif + #include #include #include "wx/string.h" @@ -22,10 +32,6 @@ #include "wx/protocol/http.h" #include "wx/sckstrm.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxHTTP, wxProtocol) IMPLEMENT_PROTOCOL(wxHTTP, "http", "80", TRUE)