diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index c6978df34b..e67704f9b5 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -20,7 +20,6 @@ #pragma hdrstop #endif -#include "wx/log.h" #include "wx/gdicmn.h" #include "wx/brush.h" @@ -31,6 +30,7 @@ #include "wx/font.h" #include "wx/palette.h" +#include "wx/log.h" #include #ifdef __WXMSW__