X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..520e470fdd0daef09c77938db642e4583933c90d:/src/stubs/region.cpp diff --git a/src/stubs/region.cpp b/src/stubs/region.cpp index d03d8e8020..c71d4c605a 100644 --- a/src/stubs/region.cpp +++ b/src/stubs/region.cpp @@ -12,17 +12,9 @@ #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) @@ -47,8 +39,6 @@ public: { // TODO } - - HRGN m_region; };