From ba752031a569743499c2a49b540944b36950105d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Jul 2007 00:11:58 +0000 Subject: [PATCH] corrected timer.h include broken by last change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/evtloopunix.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/unix/evtloopunix.cpp b/src/unix/evtloopunix.cpp index 34dd79ab9b..89a541d5a9 100644 --- a/src/unix/evtloopunix.cpp +++ b/src/unix/evtloopunix.cpp @@ -29,11 +29,10 @@ #include #include "wx/thread.h" #include "wx/module.h" +#include "wx/unix/private/timer.h" #include "wx/unix/private/epolldispatcher.h" #include "wx/private/selectdispatcher.h" -#include "wx/generic/private/timer.h" - #define TRACE_EVENTS _T("events") //this code should not be compiled when GUI is defined -- 2.45.2