]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
[wxWidgets.git] / src / msw / timer.cpp
index 0842be5308747d6f3f0cd0100a8d32fdeaf8b733..334fe2c99b488463d58e1308d64c1d00e3b6098f 100644 (file)
@@ -20,6 +20,9 @@
     #pragma hdrstop
 #endif
 
+#include "wx/window.h"
+#include "wx/msw/private.h"
+
 #ifndef WX_PRECOMP
     #include "wx/setup.h"
     #include "wx/list.h"
@@ -31,7 +34,6 @@
 #include "wx/log.h"
 
 #include "wx/timer.h"
-#include "wx/msw/private.h"
 
 #include <time.h>
 #include <sys/types.h>