From: Stefan Csomor Date: Fri, 11 Jan 2002 14:01:42 +0000 (+0000) Subject: fewer standard includes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5921f83f7382082cd66936f2a678827317c55b1e fewer standard includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index a0f211607a..b2ad16aff3 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -20,8 +20,15 @@ # include # define TARGET_CARBON 1 #else -# include "MacHeaders.c" +# include +# include +# include +# include +# include +# include +# include #endif + #if UNIVERSAL_INTERFACES_VERSION < 0x0340 #error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/" #endif @@ -58,6 +65,7 @@ public : ~wxMacPortSetter() ; private : wxMacPortStateHelper m_ph ; + wxDC* m_dc ; } ; class wxMacDrawingHelper