Remove obsolete Borland hdrstop pragmas from the new code

See f57f214122 (Remove BCC-specific hdrstop pragma from everywhere,
2020-10-12).
This commit is contained in:
Vadim Zeitlin
2020-12-13 17:29:05 +01:00
parent edd45bd5a1
commit 373a3f8c57
5 changed files with 0 additions and 20 deletions

View File

@@ -10,10 +10,6 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if defined(__BORLANDC__)
#pragma hdrstop
#endif
#if wxUSE_WEBREQUEST #if wxUSE_WEBREQUEST
#include "wx/webrequest.h" #include "wx/webrequest.h"

View File

@@ -10,10 +10,6 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if defined(__BORLANDC__)
#pragma hdrstop
#endif
#include "wx/webrequest.h" #include "wx/webrequest.h"
#if wxUSE_WEBREQUEST_CURL #if wxUSE_WEBREQUEST_CURL

View File

@@ -10,10 +10,6 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_CREDENTIALDLG #if wxUSE_CREDENTIALDLG
#ifndef WX_PRECOMP #ifndef WX_PRECOMP

View File

@@ -10,10 +10,6 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if defined(__BORLANDC__)
#pragma hdrstop
#endif
#include "wx/webrequest.h" #include "wx/webrequest.h"
#if wxUSE_WEBREQUEST_WINHTTP #if wxUSE_WEBREQUEST_WINHTTP

View File

@@ -10,10 +10,6 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if defined(__BORLANDC__)
#pragma hdrstop
#endif
#include "wx/webrequest.h" #include "wx/webrequest.h"
#if wxUSE_WEBREQUEST_URLSESSION #if wxUSE_WEBREQUEST_URLSESSION