]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/region.cpp
corrected bitmap mask -> Image conversion
[wxWidgets.git] / src / gtk / region.cpp
index d6ae8c12a15b023ad224f338e0f104a5036b33f2..5807eabbeec9a3062d06f9e800c7521540f16c52 100644 (file)
@@ -5,7 +5,7 @@
 // Modified:    VZ at 05.10.00: use AllocExclusive(), comparison fixed
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/log.h"
-
 #include "wx/region.h"
-
+#include "wx/log.h"
 #include "wx/gtk/private.h"
 
 #ifndef __WXGTK20__