]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
correct access for virtual
[wxWidgets.git] / src / msw / timer.cpp
index fef9ff0dfccddfba8449361f0302949edd7019df..8fe20ab6383d0399d271de4a7425d2e367a84602 100644 (file)
@@ -18,6 +18,8 @@
 
 #if wxUSE_TIMER
 
+#include "wx/timer.h"
+
 #ifndef WX_PRECOMP
     #include "wx/list.h"
     #include "wx/window.h"
     #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/hashmap.h"
 #endif
 
-#include "wx/hashmap.h"
-
-#include "wx/timer.h"
-
 #include "wx/msw/private.h"
 
 // ----------------------------------------------------------------------------