X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/521bf4ff3ef47059265beff5d53c9e1162beb122..bab4b13d392e0c9663c2c5a09f0dcbc77344ec05:/src/palmos/pen.cpp 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);