git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22881
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef _WX_STOPWATCH_H_
#define _WX_STOPWATCH_H_
-//
+
+#include "wx/longlong.h"
+
// ----------------------------------------------------------------------------
// wxStopWatch: measure time intervals with up to 1ms resolution
// ----------------------------------------------------------------------------
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
-#include "wx/timer.h"
+#include "wx/stopwatch.h"
#include "wx/utils.h"
#include "wx/module.h"
#include "wx/log.h"
#include "wx/log.h"
#endif //WX_PRECOMP
-#include "wx/timer.h"
#include "wx/longlong.h"
+#include "wx/stopwatch.h"
// ----------------------------------------------------------------------------
// System headers
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/dynarray.h"
-#include "wx/timer.h"
+#include "wx/stopwatch.h"
#include <stdio.h>
#include <unistd.h>