X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..488867abe85683496d1af1b0fd76f0f515c94f06:/src/palmos/statbrpalm.cpp?ds=sidebyside diff --git a/src/palmos/statbrpalm.cpp b/src/palmos/statbrpalm.cpp index f662696fdf..149ac43fa0 100644 --- a/src/palmos/statbrpalm.cpp +++ b/src/palmos/statbrpalm.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "statusbr.h" -#endif - // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -21,10 +17,9 @@ #endif #ifndef WX_PRECOMP - #include "wx/setup.h" - #include "wx/frame.h" - #include "wx/settings.h" - #include "wx/dcclient.h" + #include "wx/frame.h" + #include "wx/settings.h" + #include "wx/dcclient.h" #endif #if wxUSE_NATIVE_STATUSBAR @@ -33,6 +28,8 @@ #include "wx/log.h" #include "wx/statusbr.h" +#include + // ---------------------------------------------------------------------------- // macros // ---------------------------------------------------------------------------- @@ -271,4 +268,3 @@ void wxStatusBarPalm::DoMoveWindow(int x, int y, int width, int height) } #endif // wxUSE_NATIVE_STATUSBAR -