X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ec80ebe6f64c51ac16de064b462427899e37303..3ab296d9eb6d351eb1d2238f3e6ff2f5e6123861:/src/mac/carbon/timer.cpp diff --git a/src/mac/carbon/timer.cpp b/src/mac/carbon/timer.cpp index 1fa8fb492c..c17eb429fc 100644 --- a/src/mac/carbon/timer.cpp +++ b/src/mac/carbon/timer.cpp @@ -6,21 +6,23 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" +#ifndef WX_PRECOMP + #include "wx/dynarray.h" +#endif + #include "wx/timer.h" #ifdef __WXMAC__ -#include "wx/mac/private.h" + #include "wx/mac/private.h" #endif -#include "wx/dynarray.h" - #ifndef __DARWIN__ -#include + #include #endif IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)