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
This commit is contained in:
Vadim Zeitlin 2007-07-11 00:11:58 +00:00
parent 00ce89e74a
commit ba752031a5

View File

@ -29,11 +29,10 @@
#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"
#include "wx/generic/private/timer.h"
#define TRACE_EVENTS _T("events")
//this code should not be compiled when GUI is defined