git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40313
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/stream.h"
#include "wx/memory.h"
#include "wx/math.h"
#include "wx/stream.h"
#include "wx/memory.h"
#include "wx/math.h"
+#include "wx/stopwatch.h"
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"
#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 // WX_PRECOMP
#include "wx/thread.h"
#endif
#include "wx/datetime.h"
#endif
#include "wx/datetime.h"
-#include "wx/stopwatch.h" // for wxGetLocalTimeMillis()
const long wxDateTime::TIME_T_FACTOR = 1000l;
const long wxDateTime::TIME_T_FACTOR = 1000l;
#include "wx/list.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/list.h"
#include "wx/app.h"
#include "wx/utils.h"
+ #include "wx/stopwatch.h"
#if wxUSE_GUI
#include "wx/control.h"
#if wxUSE_GUI
#include "wx/control.h"
-#if wxUSE_GUI && wxUSE_STOPWATCH
- #include "wx/stopwatch.h"
-#endif // wxUSE_GUI && wxUSE_STOPWATCH
-
// ----------------------------------------------------------------------------
// wxWin macros
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxWin macros
// ----------------------------------------------------------------------------
+#include "wx/stopwatch.h"
+
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#endif //WX_PRECOMP
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#endif //WX_PRECOMP
-#include "wx/longlong.h"
-#include "wx/stopwatch.h"
-
// ----------------------------------------------------------------------------
// System headers
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// System headers
// ----------------------------------------------------------------------------
#include "wx/dcclient.h"
#include "wx/timer.h"
#include "wx/math.h" // log10 & pow
#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"
#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
//---------------------------------------------------------------------------
// wxActiveXContainer - includes all the COM-specific stuff we need
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/timer.h"
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/timer.h"
+ #include "wx/stopwatch.h"
#endif
#include "wx/module.h"
#endif
#include "wx/module.h"
-#include "wx/stopwatch.h"
#include <stdio.h>
#include <unistd.h>
#include <stdio.h>
#include <unistd.h>