]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/timer.cpp
cleanup for 10.5
[wxWidgets.git] / src / mac / carbon / timer.cpp
index 1fa8fb492cd965b3610b78b27985a50be3211b52..c17eb429fc7a694927488702df3c135d1b184bd6 100644 (file)
@@ -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 <Timer.h>
+    #include <Timer.h>
 #endif
 
 IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)