From 373a3f8c572fb6f2ddb641196a6c48501b51aa04 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 17:29:05 +0100 Subject: [PATCH] Remove obsolete Borland hdrstop pragmas from the new code See f57f214122 (Remove BCC-specific hdrstop pragma from everywhere, 2020-10-12). --- src/common/webrequest.cpp | 4 ---- src/common/webrequest_curl.cpp | 4 ---- src/generic/creddlgg.cpp | 4 ---- src/msw/webrequest_winhttp.cpp | 4 ---- src/osx/webrequest_urlsession.mm | 4 ---- 5 files changed, 20 deletions(-) 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