X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..67193066b2d16ca36529216f70d093690d7e1123:/src/mac/classic/timer.cpp diff --git a/src/mac/classic/timer.cpp b/src/mac/classic/timer.cpp index 34e288bcdb..0b6a4df374 100644 --- a/src/mac/classic/timer.cpp +++ b/src/mac/classic/timer.cpp @@ -12,12 +12,12 @@ // 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__