Remove BCC-specific hdrstop pragma from everywhere

This commit is contained in:
PB 2020-10-12 20:29:09 +02:00
parent 5e8b39f02a
commit f57f214122
1161 changed files with 1 additions and 3565 deletions

View file

@ -31,9 +31,6 @@
// For compilers that support precompilation, includes "wx/wx.h".
#include "testprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_REGEX

View file

@ -8,10 +8,6 @@
#include "testprec.h"
#ifdef __BORLANDC__
# pragma hdrstop
#endif
#ifndef WX_PRECOMP
# include "wx/wx.h"
#endif