X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..b2458f311b426717c4d36b51aed2595a59f373d9:/src/palmos/timer.cpp?ds=inline diff --git a/src/palmos/timer.cpp b/src/palmos/timer.cpp index 4867dbe6be..74ae9f1965 100644 --- a/src/palmos/timer.cpp +++ b/src/palmos/timer.cpp @@ -18,9 +18,11 @@ #if wxUSE_TIMER +#include "wx/timer.h" + #ifndef WX_PRECOMP - #include "wx/window.h" #include "wx/list.h" + #include "wx/window.h" #include "wx/event.h" #include "wx/app.h" #include "wx/intl.h" @@ -29,8 +31,6 @@ #include "wx/hashmap.h" -#include "wx/timer.h" - #include "wx/palmos/private.h" // from utils.cpp @@ -98,4 +98,3 @@ void WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD) } #endif // wxUSE_TIMER -