X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..317121eac556b34b3ca4ba87ab6b6c747ab7a0df:/src/palmos/statline.cpp?ds=sidebyside diff --git a/src/palmos/statline.cpp b/src/palmos/statline.cpp index 8af952e431..eeed178c84 100644 --- a/src/palmos/statline.cpp +++ b/src/palmos/statline.cpp @@ -24,12 +24,15 @@ #pragma hdrstop #endif +#if wxUSE_STATLINE + #include "wx/statline.h" -#if wxUSE_STATLINE +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif #include "wx/palmos/private.h" -#include "wx/log.h" #ifndef SS_SUNKEN #define SS_SUNKEN 0x00001000L @@ -119,4 +122,3 @@ WXDWORD wxStaticLine::MSWGetStyle(long style, WXDWORD *exstyle) const } #endif // wxUSE_STATLINE -