]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/evtloopunix.cpp
make it possible to build in ANSI build on Windows again
[wxWidgets.git] / src / unix / evtloopunix.cpp
index ff12e32638aa20b1eaaa1b42431009561a827793..897f39a5bc1e3844b70b0a8a61257b1ede20d862 100644 (file)
 #include <errno.h>
 #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"
 
-#if wxUSE_TIMER
-    #include "wx/generic/private/timer.h"
-#endif
-
 #define TRACE_EVENTS _T("events")
 
 //this code should not be compiled when GUI is defined
@@ -147,7 +144,7 @@ wxConsoleEventLoop::wxConsoleEventLoop()
                     &m_wakeupPipe,
                     wxFDIO_INPUT
                   );
-};
+}
 
 //-----------------------------------------------------------------------------
 // events dispatch and loop handling