diff --git a/include/wx/msw/timer.h b/include/wx/msw/timer.h index a728aede17..1db218cbfc 100644 --- a/include/wx/msw/timer.h +++ b/include/wx/msw/timer.h @@ -17,8 +17,6 @@ #endif #include "wx/object.h" -#include - class WXDLLEXPORT wxTimer : public wxObject { @@ -45,8 +43,6 @@ public: private: DECLARE_ABSTRACT_CLASS(wxTimer) - - friend UINT WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD); }; // Timer functions (milliseconds)