X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..9928536b3a83586c473c96000c2d3a32e4c3f576:/src/palmos/statline.cpp diff --git a/src/palmos/statline.cpp b/src/palmos/statline.cpp index 28f1acd6cd..eeed178c84 100644 --- a/src/palmos/statline.cpp +++ b/src/palmos/statline.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "statline.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -28,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 @@ -123,4 +122,3 @@ WXDWORD wxStaticLine::MSWGetStyle(long style, WXDWORD *exstyle) const } #endif // wxUSE_STATLINE -