// 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"
#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
// ---------------------------------------------------------------------------