X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/palmos/statbmp.cpp diff --git a/src/palmos/statbmp.cpp b/src/palmos/statbmp.cpp index dcdfa14207..2546840061 100644 --- a/src/palmos/statbmp.cpp +++ b/src/palmos/statbmp.cpp @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "statbmp.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,14 +26,15 @@ #if wxUSE_STATBMP -#include "wx/window.h" -#include "wx/palmos/private.h" +#include "wx/statbmp.h" #ifndef WX_PRECOMP #include "wx/icon.h" - #include "wx/statbmp.h" + #include "wx/window.h" #endif +#include "wx/palmos/private.h" + // --------------------------------------------------------------------------- // macors // ---------------------------------------------------------------------------