X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5da0ce7cb746318511b3974b7882c72c0de45e2..77a1771911ed222ba6861ead327c3735fc16a0b1:/src/common/gdicmn.cpp diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index db7616879a..61f6525035 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -17,7 +17,7 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #include "wx/gdicmn.h" @@ -25,6 +25,9 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/event.h" + #include "wx/app.h" + #include "wx/utils.h" + #include "wx/dc.h" #endif #include "wx/brush.h" @@ -34,9 +37,6 @@ #include "wx/cursor.h" #include "wx/font.h" #include "wx/palette.h" -#include "wx/app.h" -#include "wx/dc.h" -#include "wx/utils.h" #include "wx/settings.h" #include "wx/hashmap.h"