From 55d57c0f68846d6ee7da37d68888b0854e9765d6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 31 Jul 2021 19:18:11 +0100 Subject: [PATCH] Remove another obsolete Borland hdrstop pragma See f57f214122 (Remove BCC-specific hdrstop pragma from everywhere, 2020-10-12). --- tests/net/webrequest.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/net/webrequest.cpp b/tests/net/webrequest.cpp index 32c2f8b981..966382ec4a 100644 --- a/tests/net/webrequest.cpp +++ b/tests/net/webrequest.cpp @@ -13,10 +13,6 @@ #include "testprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - #ifndef WX_PRECOMP #include "wx/wx.h" #endif // WX_PRECOMP