]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/timer.cpp
don't create non-existing groups in HasEntry()
[wxWidgets.git] / src / mac / classic / timer.cpp
index 34e288bcdbb1313b81112fc4aaa07601a63ab80d..0b6a4df374c6c307bc8ecd8e73b70695ba5341c1 100644 (file)
 // 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__