]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stopwatch.cpp
wxUniversal STL-ification.
[wxWidgets.git] / src / common / stopwatch.cpp
index f11495333211ad3a537ec6e7959e361597030993..d0cd68798c9b32ffc148ad2326a436bd14480a5b 100644 (file)
     #include "wx/log.h"
 #endif //WX_PRECOMP
 
-#include "wx/timer.h"
 #include "wx/longlong.h"
+#include "wx/stopwatch.h"
 
 // ----------------------------------------------------------------------------
 // System headers
 // ----------------------------------------------------------------------------
 
 #if defined(__WIN32__)
-    #include <windows.h>
+    #include "wx/msw/wrapwin.h"
 #endif
 
 #if defined(__WIN32__) && !defined(HAVE_FTIME) && !defined(__MWERKS__) && !defined(__WXWINCE__)