// for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#include "wx/timer.h"
+
#ifndef WX_PRECOMP
#include "wx/dynarray.h"
#endif
-#include "wx/timer.h"
-
IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)
#ifdef __WXMAC__