From: Francesco Montorsi Date: Sat, 27 Dec 2008 18:35:08 +0000 (+0000) Subject: blind fix for wxMac (notebook headers shouldn't be needed by wxStaticText) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3e6520282c2f135e3d1ffc5bd43b3ae9466ddb93 blind fix for wxMac (notebook headers shouldn't be needed by wxStaticText) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/stattext_osx.cpp b/src/osx/stattext_osx.cpp index dbaac3eede..6968b2778a 100644 --- a/src/osx/stattext_osx.cpp +++ b/src/osx/stattext_osx.cpp @@ -23,9 +23,6 @@ #include "wx/settings.h" #endif // WX_PRECOMP -#include "wx/notebook.h" -#include "wx/tabctrl.h" - #include "wx/osx/private.h" #include