#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
-#include "wx/app.h"
-#endif
-
#if wxUSE_SPINBTN
#include "wx/spinbutt.h"
+#ifndef WX_PRECOMP
+ #include "wx/app.h"
+#endif
+
IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
// ============================================================================
#endif
// wxUSE_SPINCTN
-