compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-10 22:52:43 +00:00
parent e1f448eeef
commit dcc970aff8

View File

@@ -23,8 +23,6 @@
#if wxUSE_TIMER
#ifndef WX_PRECOMP
#include "wx/hashmap.h"
#include "wx/setup.h"
#include "wx/window.h"
#include "wx/list.h"
#include "wx/event.h"
@@ -33,6 +31,8 @@
#include "wx/log.h"
#endif
#include "wx/hashmap.h"
#include "wx/timer.h"
#include "wx/msw/private.h"
@@ -42,7 +42,7 @@
// ----------------------------------------------------------------------------
WX_DECLARE_HASH_MAP( long,
wxTimer*,
wxTimer *,
wxIntegerHash,
wxIntegerEqual,
wxTimerMap );