From 3e6520282c2f135e3d1ffc5bd43b3ae9466ddb93 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 27 Dec 2008 18:35:08 +0000 Subject: [PATCH] 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 --- src/osx/stattext_osx.cpp | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.45.2