X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40989e46b86777dd211faeb3e5d2366cdcc6d8cd..a57d600f1aa4bae88f4c9b8d89a35332c412939e:/src/common/gdicmn.cpp?ds=inline diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index f1521cac76..61f6525035 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -17,11 +17,19 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif -#include "wx/event.h" #include "wx/gdicmn.h" + +#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" #include "wx/pen.h" #include "wx/bitmap.h" @@ -29,13 +37,9 @@ #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" -#include "wx/log.h" #include #ifdef __WXMOTIF__