From 30fc8736266debf845ed2c5b8d112e1626b8a333 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Aug 2020 16:54:23 +0200 Subject: [PATCH] Remove useless hdrstop pragma from allheaders test It shouldn't be necessary for a test not using PCH at all and Borland compiler is almost certainly not supported anyhow any longer. --- tests/allheaders.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/allheaders.cpp b/tests/allheaders.cpp index bcf0581a8f..5f3e4a94c6 100644 --- a/tests/allheaders.cpp +++ b/tests/allheaders.cpp @@ -10,11 +10,6 @@ // headers // ---------------------------------------------------------------------------- -// Avoid pre-compiled headers at all -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - #include "wx/setup.h" #if !wxUSE_UTF8_LOCALE_ONLY