From cb38104ec72711ec976af5e441a7efd5d5da77db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Tue, 18 Aug 1998 12:37:53 +0000 Subject: [PATCH] reordered headers to compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gdicmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.47.2