#include "wx/stream.h"
#include "wx/memory.h"
#include "wx/math.h"
+#include "wx/stopwatch.h"
#if wxUSE_GUI
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"
+ #include "wx/stopwatch.h" // for wxGetLocalTimeMillis()
#endif // WX_PRECOMP
#include "wx/thread.h"
#endif
#include "wx/datetime.h"
-#include "wx/stopwatch.h" // for wxGetLocalTimeMillis()
const long wxDateTime::TIME_T_FACTOR = 1000l;
#include "wx/list.h"
#include "wx/app.h"
#include "wx/utils.h"
+ #include "wx/stopwatch.h"
#if wxUSE_GUI
#include "wx/control.h"
#include "wx/module.h"
-#if wxUSE_GUI && wxUSE_STOPWATCH
- #include "wx/stopwatch.h"
-#endif // wxUSE_GUI && wxUSE_STOPWATCH
-
// ----------------------------------------------------------------------------
// wxWin macros
// ----------------------------------------------------------------------------
#pragma hdrstop
#endif
+#include "wx/stopwatch.h"
+
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#endif //WX_PRECOMP
-#include "wx/longlong.h"
-#include "wx/stopwatch.h"
-
// ----------------------------------------------------------------------------
// System headers
// ----------------------------------------------------------------------------
#include "wx/dcclient.h"
#include "wx/timer.h"
#include "wx/math.h" // log10 & pow
+ #include "wx/stopwatch.h"
#endif
#include "wx/msw/private.h" // user info and wndproc setting/getting
#include "wx/dynlib.h"
-#include "wx/stopwatch.h"
//---------------------------------------------------------------------------
// wxActiveXContainer - includes all the COM-specific stuff we need
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/timer.h"
+ #include "wx/stopwatch.h"
#endif
#include "wx/module.h"
-#include "wx/stopwatch.h"
#include <stdio.h>
#include <unistd.h>