X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..53e8c532c641ea8285b436990ff6e29ddd8d0443:/src/gtk/region.cpp diff --git a/src/gtk/region.cpp b/src/gtk/region.cpp index d6ae8c12a1..5807eabbee 100644 --- a/src/gtk/region.cpp +++ b/src/gtk/region.cpp @@ -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 ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -23,10 +23,8 @@ // 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__