diff --git a/src/osx/cocoa/activityindicator.mm b/src/osx/cocoa/activityindicator.mm index dd4cfa4195..ac79ffae84 100644 --- a/src/osx/cocoa/activityindicator.mm +++ b/src/osx/cocoa/activityindicator.mm @@ -18,9 +18,6 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #if wxUSE_ACTIVITYINDICATOR diff --git a/src/osx/cocoa/datetimectrl.mm b/src/osx/cocoa/datetimectrl.mm index 19ca20989b..3157bc21c8 100644 --- a/src/osx/cocoa/datetimectrl.mm +++ b/src/osx/cocoa/datetimectrl.mm @@ -18,9 +18,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #if wxUSE_DATEPICKCTRL diff --git a/src/osx/cocoa/evtloop.mm b/src/osx/cocoa/evtloop.mm index fe45a40cf2..f99d09661d 100644 --- a/src/osx/cocoa/evtloop.mm +++ b/src/osx/cocoa/evtloop.mm @@ -19,9 +19,6 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #include "wx/evtloop.h" diff --git a/src/osx/cocoa/glcanvas.mm b/src/osx/cocoa/glcanvas.mm index 505b3a5e4b..f6bff5b1fb 100644 --- a/src/osx/cocoa/glcanvas.mm +++ b/src/osx/cocoa/glcanvas.mm @@ -18,9 +18,6 @@ #include "wx/wxprec.h" -#if defined(__BORLANDC__) - #pragma hdrstop -#endif #if wxUSE_GLCANVAS diff --git a/src/osx/cocoa/mediactrl.mm b/src/osx/cocoa/mediactrl.mm index fbeafe201b..65efa33089 100644 --- a/src/osx/cocoa/mediactrl.mm +++ b/src/osx/cocoa/mediactrl.mm @@ -19,9 +19,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif //--------------------------------------------------------------------------- // Compilation guard diff --git a/src/osx/cocoa/nativewin.mm b/src/osx/cocoa/nativewin.mm index 82dc4775d1..315dd1d562 100644 --- a/src/osx/cocoa/nativewin.mm +++ b/src/osx/cocoa/nativewin.mm @@ -18,9 +18,6 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #include "wx/nativewin.h" diff --git a/src/osx/cocoa/notifmsg.mm b/src/osx/cocoa/notifmsg.mm index 2ef3fc8e67..8828aed52c 100644 --- a/src/osx/cocoa/notifmsg.mm +++ b/src/osx/cocoa/notifmsg.mm @@ -18,9 +18,6 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #include "wx/notifmsg.h" diff --git a/src/osx/cocoa/overlay.mm b/src/osx/cocoa/overlay.mm index 6114d31e0a..6aa2211bca 100644 --- a/src/osx/cocoa/overlay.mm +++ b/src/osx/cocoa/overlay.mm @@ -19,9 +19,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #include "wx/overlay.h" diff --git a/src/osx/cocoa/preferences.mm b/src/osx/cocoa/preferences.mm index 6cb962cdbf..63e6eaf9a5 100644 --- a/src/osx/cocoa/preferences.mm +++ b/src/osx/cocoa/preferences.mm @@ -18,9 +18,6 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #if wxUSE_PREFERENCES_EDITOR diff --git a/src/osx/cocoa/srchctrl.mm b/src/osx/cocoa/srchctrl.mm index 7cf1695285..b556179e69 100644 --- a/src/osx/cocoa/srchctrl.mm +++ b/src/osx/cocoa/srchctrl.mm @@ -10,9 +10,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #if wxUSE_SEARCHCTRL diff --git a/src/osx/cocoa/statbmp.mm b/src/osx/cocoa/statbmp.mm index 20fd645f7c..9ad43cf4e4 100644 --- a/src/osx/cocoa/statbmp.mm +++ b/src/osx/cocoa/statbmp.mm @@ -18,9 +18,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif #if wxUSE_STATBMP diff --git a/src/osx/cocoa/statline.mm b/src/osx/cocoa/statline.mm index 8590d36740..fcee93be62 100644 --- a/src/osx/cocoa/statline.mm +++ b/src/osx/cocoa/statline.mm @@ -18,9 +18,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #if wxUSE_STATLINE diff --git a/src/osx/iphone/evtloop.mm b/src/osx/iphone/evtloop.mm index 8c51b1c348..7e0c695570 100644 --- a/src/osx/iphone/evtloop.mm +++ b/src/osx/iphone/evtloop.mm @@ -19,9 +19,6 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #include "wx/evtloop.h" diff --git a/src/osx/iphone/glcanvas.mm b/src/osx/iphone/glcanvas.mm index d5125c0086..158edf42ce 100644 --- a/src/osx/iphone/glcanvas.mm +++ b/src/osx/iphone/glcanvas.mm @@ -18,9 +18,6 @@ #include "wx/wxprec.h" -#if defined(__BORLANDC__) - #pragma hdrstop -#endif #if wxUSE_GLCANVAS diff --git a/src/osx/iphone/statbmp.mm b/src/osx/iphone/statbmp.mm index a1095a04a9..0c89368e84 100644 --- a/src/osx/iphone/statbmp.mm +++ b/src/osx/iphone/statbmp.mm @@ -18,9 +18,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif #if wxUSE_STATBMP diff --git a/src/richtext/richtextdialogs.pjd b/src/richtext/richtextdialogs.pjd index 353af82f62..889583767a 100644 --- a/src/richtext/richtextdialogs.pjd +++ b/src/richtext/richtextdialogs.pjd @@ -66,9 +66,6 @@ "// For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif #ifndef WX_PRECOMP #include "wx/wx.h" diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index a3987c47fe..81b5c7bf3f 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -28,9 +28,6 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif #if wxUSE_STC