brush and pen are implementation neutral on osx

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2008-07-31 09:52:01 +00:00
parent 9535b4790b
commit c3052fa0fb
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
#ifdef __WXMAC_CLASSIC__
#include "wx/osx/classic/brush.h"
#else
#include "wx/osx/carbon/brush.h"
#endif

View File

@ -1,5 +0,0 @@
#ifdef __WXMAC_CLASSIC__
#include "wx/osx/classic/pen.h"
#else
#include "wx/osx/carbon/pen.h"
#endif