From: Włodzimierz Skiba Date: Fri, 19 May 2006 09:37:38 +0000 (+0000) Subject: Include wx/pen.h according to precompiled headers of wx/wx.h (with other minor cleaning). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5590243955d800aaeee4e2c3b8c4aec14919181 Include wx/pen.h according to precompiled headers of wx/wx.h (with other minor cleaning). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/effects.cpp b/src/common/effects.cpp index ed11c6934d..c735d825db 100644 --- a/src/common/effects.cpp +++ b/src/common/effects.cpp @@ -20,10 +20,10 @@ #ifndef WX_PRECOMP #include "wx/dcmemory.h" + #include "wx/pen.h" #endif //WX_PRECOMP #include "wx/gdicmn.h" -#include "wx/pen.h" #include "wx/settings.h" /* diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index 61f6525035..b323e03a1b 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -28,10 +28,10 @@ #include "wx/app.h" #include "wx/utils.h" #include "wx/dc.h" + #include "wx/pen.h" #endif #include "wx/brush.h" -#include "wx/pen.h" #include "wx/bitmap.h" #include "wx/icon.h" #include "wx/cursor.h" diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 82d28bc4c8..cf9ec7f9dc 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -22,10 +22,10 @@ #include "wx/dc.h" #include "wx/button.h" #include "wx/menu.h" + #include "wx/pen.h" #endif #include "wx/gdicmn.h" -#include "wx/pen.h" #include "wx/brush.h" #include "wx/cursor.h" #include "wx/icon.h" diff --git a/src/mac/classic/app.cpp b/src/mac/classic/app.cpp index e0c3cebdd9..e1d1cbee1f 100644 --- a/src/mac/classic/app.cpp +++ b/src/mac/classic/app.cpp @@ -26,10 +26,10 @@ #include "wx/dc.h" #include "wx/button.h" #include "wx/menu.h" + #include "wx/pen.h" #endif #include "wx/gdicmn.h" -#include "wx/pen.h" #include "wx/brush.h" #include "wx/cursor.h" #include "wx/icon.h" diff --git a/src/msw/pen.cpp b/src/msw/pen.cpp index d460b6a9b4..745caf55b0 100644 --- a/src/msw/pen.cpp +++ b/src/msw/pen.cpp @@ -16,12 +16,13 @@ #pragma hdrstop #endif +#include "wx/pen.h" + #ifndef WX_PRECOMP #include #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" - #include "wx/pen.h" #endif #include "wx/msw/private.h" diff --git a/src/os2/pen.cpp b/src/os2/pen.cpp index b0523de111..b5699b6ae4 100644 --- a/src/os2/pen.cpp +++ b/src/os2/pen.cpp @@ -12,12 +12,13 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#include "wx/pen.h" + #ifndef WX_PRECOMP #include #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" - #include "wx/pen.h" #include "wx/log.h" #endif diff --git a/src/palmos/pen.cpp b/src/palmos/pen.cpp index 1290ab10ae..af9311f7c2 100644 --- a/src/palmos/pen.cpp +++ b/src/palmos/pen.cpp @@ -13,15 +13,16 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif +#include "wx/pen.h" + #ifndef WX_PRECOMP #include #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" - #include "wx/pen.h" #endif static int wx2msPenStyle(int wx_style);