X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..3da2715fb887ed37bb2f0a45709e3a3d8cf3ccb1:/src/stubs/region.cpp diff --git a/src/stubs/region.cpp b/src/stubs/region.cpp index d03d8e8020..85aea95133 100644 --- a/src/stubs/region.cpp +++ b/src/stubs/region.cpp @@ -12,21 +12,11 @@ #pragma implementation "region.h" #endif -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - -#include "wx/msw/region.h" +#include "wx/region.h" #include "wx/gdicmn.h" -#include - -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject) -#endif //----------------------------------------------------------------------------- // wxRegionRefData implementation @@ -47,8 +37,6 @@ public: { // TODO } - - HRGN m_region; };