// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
+#if wxUSE_TIMER
+
+#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)
wxMacRemoveAllNotifiersForData( wxMacGetNotifierTable(), this );
}
-#endif
+#endif // wxMAC_USE_CARBON_TIMER
+
+#endif // wxUSE_TIMER
+