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.
This commit is contained in:
Vadim Zeitlin
2020-08-25 16:54:23 +02:00
parent c1d3e65ac4
commit 30fc873626

View File

@@ -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