]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
Fix for wrong combobox/height being reported if set size is pending
[wxWidgets.git] / src / msw / timer.cpp
index fef9ff0dfccddfba8449361f0302949edd7019df..e9904ba27cae700518ec109b39a412985d036111 100644 (file)
@@ -18,6 +18,8 @@
 
 #if wxUSE_TIMER
 
+#include "wx/timer.h"
+
 #ifndef WX_PRECOMP
     #include "wx/list.h"
     #include "wx/window.h"
@@ -29,8 +31,6 @@
 
 #include "wx/hashmap.h"
 
-#include "wx/timer.h"
-
 #include "wx/msw/private.h"
 
 // ----------------------------------------------------------------------------