]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/region.cpp
Include wx/region.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / msw / region.cpp
index eb6e6721597a46808fe732d68502012340dfa7e1..df3273df82423fb75378e131cd801de9fc7d9a4f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:      msw/region.cpp
+// Name:      src/msw/region.cpp
 // Purpose:   wxRegion implementation using Win32 API
 // Author:    Vadim Zeitlin
 // Modified by:
@@ -25,8 +25,8 @@
 #endif
 
 #include "wx/region.h"
-#include "wx/gdicmn.h"
 
+#include "wx/gdicmn.h"
 #include "wx/msw/private.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
@@ -491,4 +491,3 @@ wxCoord wxRegionIterator::GetH() const
 
     return m_rects[m_current].height;
 }
-