// 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"
#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
#include "wx/log.h"
#include "wx/statusbr.h"
+#include <StatusBar.h>
+
// ----------------------------------------------------------------------------
// macros
// ----------------------------------------------------------------------------
}
#endif // wxUSE_NATIVE_STATUSBAR
-