diff --git a/src/common/webrequest.cpp b/src/common/webrequest.cpp index 8df716811b..7697ca5635 100644 --- a/src/common/webrequest.cpp +++ b/src/common/webrequest.cpp @@ -10,10 +10,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if defined(__BORLANDC__) -#pragma hdrstop -#endif - #if wxUSE_WEBREQUEST #include "wx/webrequest.h" diff --git a/src/common/webrequest_curl.cpp b/src/common/webrequest_curl.cpp index b6cb346ec8..7fe9a90ac5 100644 --- a/src/common/webrequest_curl.cpp +++ b/src/common/webrequest_curl.cpp @@ -10,10 +10,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if defined(__BORLANDC__) -#pragma hdrstop -#endif - #include "wx/webrequest.h" #if wxUSE_WEBREQUEST_CURL diff --git a/src/generic/creddlgg.cpp b/src/generic/creddlgg.cpp index 0394234d26..b290670869 100644 --- a/src/generic/creddlgg.cpp +++ b/src/generic/creddlgg.cpp @@ -10,10 +10,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - #if wxUSE_CREDENTIALDLG #ifndef WX_PRECOMP diff --git a/src/msw/webrequest_winhttp.cpp b/src/msw/webrequest_winhttp.cpp index 71dd0f9864..baab5ce47b 100644 --- a/src/msw/webrequest_winhttp.cpp +++ b/src/msw/webrequest_winhttp.cpp @@ -10,10 +10,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if defined(__BORLANDC__) -#pragma hdrstop -#endif - #include "wx/webrequest.h" #if wxUSE_WEBREQUEST_WINHTTP diff --git a/src/osx/webrequest_urlsession.mm b/src/osx/webrequest_urlsession.mm index 7996b843e8..15af7ae38b 100644 --- a/src/osx/webrequest_urlsession.mm +++ b/src/osx/webrequest_urlsession.mm @@ -10,10 +10,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if defined(__BORLANDC__) -#pragma hdrstop -#endif - #include "wx/webrequest.h" #if wxUSE_WEBREQUEST_URLSESSION